Don't use trayicon on android

This commit is contained in:
Tobias Fella
2020-11-23 00:03:49 +01:00
parent 9484a4c8de
commit 0b8db12543
5 changed files with 19 additions and 11 deletions

View File

@@ -87,14 +87,6 @@ Kirigami.ApplicationWindow {
root.requestActivate()
}
TrayIcon {
id: trayIcon
visible: true
iconSource: ":/assets/img/icon.png"
isOnline: true
onShowWindow: root.showWindow()
}
contextDrawer: RoomDrawer {
id: contextDrawer
enabled: roomManager.hasOpenRoom
@@ -177,6 +169,8 @@ Kirigami.ApplicationWindow {
}
onGlobalErrorOccured: showPassiveNotification(error + ": " + detail)
onShowWindow: root.showWindow()
}
RoomListModel {