Commit 823c13a7 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: sprefs, small fix on audio panel

parent 5cd1816c
......@@ -57,6 +57,9 @@
<property name="text">
<string>Keep audio level between sessions</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
......@@ -71,7 +74,7 @@
<string>Always reset audio start level to:</string>
</property>
<property name="checked">
<bool>true</bool>
<bool>false</bool>
</property>
</widget>
</item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment