diff options
Diffstat (limited to 'win/C#/HandBrake.ApplicationServices/app.config')
-rw-r--r-- | win/C#/HandBrake.ApplicationServices/app.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/C#/HandBrake.ApplicationServices/app.config b/win/C#/HandBrake.ApplicationServices/app.config index 5b9648fa1..29ee4894d 100644 --- a/win/C#/HandBrake.ApplicationServices/app.config +++ b/win/C#/HandBrake.ApplicationServices/app.config @@ -40,6 +40,9 @@ <setting name="growlEncode" serializeAs="String">
<value>False</value>
</setting>
+ <setting name="preventSleep" serializeAs="String">
+ <value>False</value>
+ </setting>
</HandBrake.ApplicationServices.Properties.Settings>
</userSettings>
</configuration>
\ No newline at end of file |