Add tray icon back

This commit is contained in:
Carl Schwan
2020-11-22 11:08:56 +01:00
parent e18027a873
commit 2bfaa10b1e

View File

@@ -73,6 +73,14 @@ Kirigami.ApplicationWindow {
}
}
TrayIcon {
id: trayIcon
visible: true
iconSource: ":/assets/img/icon.png"
isOnline: true
onShowWindow: window.showWindow()
}
contextDrawer: RoomDrawer {
id: contextDrawer
enabled: roomManager.hasOpenRoom