Fix filtering for uncategoized on main page tile
This commit is contained in:
parent
8a256d9bbb
commit
bc2ad71691
@ -101,7 +101,8 @@ MainPageTile {
|
||||
DevicesProxy {
|
||||
id: devicesProxy
|
||||
engine: _engine
|
||||
shownInterfaces: [iface.name]
|
||||
shownInterfaces: iface ? [iface.name] : []
|
||||
hiddenInterfaces: iface ? [] : app.supportedInterfaces
|
||||
}
|
||||
|
||||
DevicesProxy {
|
||||
|
||||
Reference in New Issue
Block a user