Don't show "Close in System Tray button" on Android

Fix #273
This commit is contained in:
Carl Schwan
2021-02-26 14:15:33 +01:00
parent 1351dff514
commit 481a2e3681
3 changed files with 14 additions and 1 deletions

View File

@@ -17,9 +17,10 @@ Kirigami.ScrollablePage {
Kirigami.FormLayout {
QQC2.CheckBox {
Kirigami.FormData.label: i18nc("General settings:")
Kirigami.FormData.label: i18n("General settings:")
text: i18n("Close to system tray")
checked: Config.systemTray
visible: Controller.supportSystemTray
onToggled: {
Config.systemTray = checked
Config.save()