summaryrefslogtreecommitdiff
path: root/gui/components/Systray.qml
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-09-30 23:37:32 +0200
committerkali kaneko (leap communications) <kali@leap.se>2021-10-06 18:38:22 +0200
commit2e4cf7adcbcb0335ba251e014e2b8eb7c1e1468d (patch)
tree9ad073088ec937c24305404015cbde2a485243a3 /gui/components/Systray.qml
parent45a5f7f5a431f17d0fabb5fd08229936e4390598 (diff)
[ui] size tweaks and new assets
plus work on the systray menu
Diffstat (limited to 'gui/components/Systray.qml')
-rw-r--r--gui/components/Systray.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/gui/components/Systray.qml b/gui/components/Systray.qml
index 6fb1046..9ed52f5 100644
--- a/gui/components/Systray.qml
+++ b/gui/components/Systray.qml
@@ -20,6 +20,13 @@ Labs.SystemTrayIcon {
Labs.MenuSeparator {}
Labs.MenuItem {
+ text: qsTr("Donate")
+ onTriggered: root.openDonateDialog()
+ }
+
+ Labs.MenuSeparator {}
+
+ Labs.MenuItem {
text: qsTr("Quit")
onTriggered: backend.quit()
}