Merge PR #361: Fix filtering for uncategorized on main page tile

This commit is contained in:
Jenkins nymea 2020-04-05 19:48:05 +02:00
commit e9200f7e94

View File

@ -101,7 +101,8 @@ MainPageTile {
DevicesProxy {
id: devicesProxy
engine: _engine
shownInterfaces: [iface.name]
shownInterfaces: iface ? [iface.name] : []
hiddenInterfaces: iface ? [] : app.supportedInterfaces
}
DevicesProxy {