Re-enable progress on system tray icon (#578)
* Re-enable progress on system tray icon * fix copy-paste typo in mac sources * Make tray icon progress optional * Move tray icon progress setting control to MainWindow * Move trayicon settings to behavioursettings Co-authored-by: Yavuz Mert <yavuz.mert@darkbluesystems.net>
This commit is contained in:
@@ -34,6 +34,13 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="checkbox_trayicon_progress">
|
||||
<property name="text">
|
||||
<string>Show song progress on system tray icon</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="checkbox_resumeplayback">
|
||||
<property name="text">
|
||||
@@ -340,6 +347,7 @@
|
||||
<tabstops>
|
||||
<tabstop>checkbox_showtrayicon</tabstop>
|
||||
<tabstop>checkbox_keeprunning</tabstop>
|
||||
<tabstop>checkbox_trayicon_progress</tabstop>
|
||||
<tabstop>checkbox_resumeplayback</tabstop>
|
||||
<tabstop>checkbox_playingwidget</tabstop>
|
||||
<tabstop>checkbox_scrolltrayicon</tabstop>
|
||||
|
||||
Reference in New Issue
Block a user