summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/defaultsettings.xml
diff options
context:
space:
mode:
authorsr55 <[email protected]>2018-06-10 21:21:45 +0100
committersr55 <[email protected]>2018-06-10 21:22:13 +0100
commitc70981efae72a8392c18a7e92db667eddbc55485 (patch)
tree99b00bbc8287434684d99603710a189c4ef243aa /win/CS/HandBrakeWPF/defaultsettings.xml
parentae881a0c1aa77a80deba7a3c81ab907e8e3d62ad (diff)
WinGui: Implement most of the HTTP Worker Process stubs.
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 c48921fff..853cf5396 100644
--- a/win/CS/HandBrakeWPF/defaultsettings.xml
+++ b/win/CS/HandBrakeWPF/defaultsettings.xml
@@ -520,4 +520,20 @@
<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>
+ <item>
+ <key>
+ <string>RemoteServiceEnabled</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>RemoteServicePort</string>
+ </key>
+ <value>
+ <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:int" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">8080</anyType>
+ </value>
+ </item>
</dictionary> \ No newline at end of file