AppearanceSettingsPage: Add tooltip about restart

You need to restart Strawberry for this setting to take affect.
This commit is contained in:
Jonas Kvinge
2025-02-20 16:11:24 +01:00
parent 5f775e87ae
commit 6a3de3937a

View File

@@ -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>