systray always enabled but not always visible

This commit is contained in:
Jeff Becker 2020-11-26 11:43:42 -05:00
parent 424d94d933
commit 40d3813f13
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ ApplicationWindow {
menu: Menu {
id: systrayMenu
enabled: platformDetails.hasSysTray();
enabled: true
MenuItem {
text: qsTr("Show")