summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/defaultsettings.xml
diff options
context:
space:
mode:
authorsr55 <[email protected]>2017-03-16 20:26:05 +0000
committersr55 <[email protected]>2017-03-16 20:26:14 +0000
commite359b4e1fceb25ad9e9bd7f9543e50339d688e7a (patch)
tree01bea01e99706e6b8efdc52dfa5805575f214ef7 /win/CS/HandBrakeWPF/defaultsettings.xml
parentcdf2b1d0efe8265b66df05f428cf01ff67bb4621 (diff)
WinGui: Add option to show progress percentage in app title bar, and the task tray header and system tray tooltip. (Configured via preferences). #630
Diffstat (limited to 'win/CS/HandBrakeWPF/defaultsettings.xml')
-rw-r--r--win/CS/HandBrakeWPF/defaultsettings.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/defaultsettings.xml b/win/CS/HandBrakeWPF/defaultsettings.xml
index f28f8b9cb..4bec7eca1 100644
--- a/win/CS/HandBrakeWPF/defaultsettings.xml
+++ b/win/CS/HandBrakeWPF/defaultsettings.xml
@@ -479,5 +479,13 @@
<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>
+ <item>
+ <key>
+ <string>ShowStatusInTitleBar</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>
</dictionary> \ No newline at end of file