From 2bfaa10b1edb14a2d5071bb49ffa96a77fee003e Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Sun, 22 Nov 2020 11:08:56 +0100 Subject: [PATCH] Add tray icon back --- qml/main.qml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/qml/main.qml b/qml/main.qml index c86b89b99..7966418eb 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -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