Don't use trayicon on android
This commit is contained in:
10
qml/main.qml
10
qml/main.qml
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user