summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/defaultsettings.xml
diff options
context:
space:
mode:
authorsr55 <[email protected]>2017-03-16 21:00:37 +0000
committersr55 <[email protected]>2017-03-16 21:00:37 +0000
commitc84a0f1019158708c0d3a1d33aef196eeac944ad (patch)
treec25c802d9d58229dcd50671ea53ce4b7343dfbc9 /win/CS/HandBrakeWPF/defaultsettings.xml
parente359b4e1fceb25ad9e9bd7f9543e50339d688e7a (diff)
WinGui: Add a new option to play Sound when queue or single encode completes
Diffstat (limited to 'win/CS/HandBrakeWPF/defaultsettings.xml')
-rw-r--r--win/CS/HandBrakeWPF/defaultsettings.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/defaultsettings.xml b/win/CS/HandBrakeWPF/defaultsettings.xml
index 4bec7eca1..220adf3f9 100644
--- a/win/CS/HandBrakeWPF/defaultsettings.xml
+++ b/win/CS/HandBrakeWPF/defaultsettings.xml
@@ -488,4 +488,20 @@
<anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:boolean" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">false</anyType>
</value>
</item>
+ <item>
+ <key>
+ <string>PlaySoundWhenDone</string>
+ </key>
+ <value>
+ <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:boolean" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">false</anyType>
+ </value>
+ </item>
+ <item>
+ <key>
+ <string>WhenDoneAudioFile</string>
+ </key>
+ <value>
+ <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:string" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">Choose a File:</anyType>
+ </value>
+ </item>
</dictionary> \ No newline at end of file