add a new audio options section and add a description for --show-sound-devices and --sound-device
This commit is contained in:
parent
cab075f86b
commit
c856ce62a9
1 changed files with 25 additions and 10 deletions
35
options.xml
35
options.xml
|
@ -141,16 +141,6 @@
|
|||
<section>
|
||||
<name>strings/features-options</name>
|
||||
|
||||
<option>
|
||||
<name>disable-sound</name>
|
||||
<description>strings/disable-sound-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>enable-sound</name>
|
||||
<description>strings/enable-sound-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>disable-panel</name>
|
||||
<description>strings/disable-panel-desc</description>
|
||||
|
@ -267,6 +257,31 @@
|
|||
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<name>strings/audio-options</name>
|
||||
|
||||
<option>
|
||||
<name>show-sound-devices</name>
|
||||
<description>strings/show-sound-devices-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>sound-device</name>
|
||||
<description>strings/sound-device-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>disable-sound</name>
|
||||
<description>strings/disable-sound-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>enable-sound</name>
|
||||
<description>strings/enable-sound-desc</description>
|
||||
</option>
|
||||
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<name>strings/rendering-options</name>
|
||||
|
||||
|
|
Loading…
Reference in a new issue