diff options
Diffstat (limited to 'gui/components/Systray.qml')
-rw-r--r-- | gui/components/Systray.qml | 7 |
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() } |