Merge PR #361: Fix filtering for uncategorized on main page tile
This commit is contained in:
commit
e9200f7e94
@ -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