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>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<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>
|
||||||
<item>
|
<item>
|
||||||
<spacer name="spacer_style">
|
<spacer name="spacer_style">
|
||||||
@@ -49,18 +53,14 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="checkbox_system_icons">
|
<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">
|
<property name="text">
|
||||||
<string>Use system theme icons</string>
|
<string>Use system theme icons</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="label_2">
|
|
||||||
<property name="text">
|
|
||||||
<string>Settings require restart.</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user