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