AppearanceSettingsPage: Add tooltip about restart
You need to restart Strawberry for this setting to take affect.
This commit is contained in:
@@ -30,7 +30,11 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="combobox_style"/>
|
||||
<widget class="QComboBox" name="combobox_style">
|
||||
<property name="toolTip">
|
||||
<string>You need to restart Strawberry for this setting to take affect.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="spacer_style">
|
||||
@@ -49,18 +53,14 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="checkbox_system_icons">
|
||||
<property name="toolTip">
|
||||
<string>You need to restart Strawberry for this setting to take affect.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Use system theme icons</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="label_2">
|
||||
<property name="text">
|
||||
<string>Settings require restart.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user