1
0
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:
Arnaud Bienner 2012-06-08 16:35:31 +02:00
parent 5984aecbb8
commit 27df80b643

View File

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