mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-06 06:03:23 +01:00
Add a tooltip to the monoplayback checkbox, because currently changing this property don't apply to the currently playing song, but to the next songs which will be played
This commit is contained in:
parent
5984aecbb8
commit
27df80b643
@ -277,6 +277,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="3" column="0" colspan="2">
|
<item row="3" column="0" colspan="2">
|
||||||
<widget class="QCheckBox" name="mono_playback">
|
<widget class="QCheckBox" name="mono_playback">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Changing mono playback preference will be effective for the next playing songs</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Mono playback</string>
|
<string>Mono playback</string>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user