diff options
author | sr55 <[email protected]> | 2010-01-16 21:32:19 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-01-16 21:32:19 +0000 |
commit | f1cc4752f0f6b3c5160bc39b7d1115b18fbae4f1 (patch) | |
tree | b7e9dd3fccc6d9547c209bdb5eb46eb448466d2e /win/C#/Properties/Settings.settings | |
parent | a6a1746f4f521a01b5fe2fe82d09c1b4ffa82bdc (diff) |
WinGui:
- Improve the In-Gui encode status option. by default, the CLI window is not completely hidden when this is set however there is an option to show it to allow "ctrl-c" clean exits.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3073 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties/Settings.settings')
-rw-r--r-- | win/C#/Properties/Settings.settings | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings index 264ad812b..de0057e8b 100644 --- a/win/C#/Properties/Settings.settings +++ b/win/C#/Properties/Settings.settings @@ -119,5 +119,11 @@ <Setting Name="previewScanCount" Type="System.Int32" Scope="User">
<Value Profile="(Default)">10</Value>
</Setting>
+ <Setting Name="clearOldLogs" Type="System.Boolean" Scope="User">
+ <Value Profile="(Default)">False</Value>
+ </Setting>
+ <Setting Name="showCliForInGuiEncodeStatus" Type="System.Boolean" Scope="User">
+ <Value Profile="(Default)">True</Value>
+ </Setting>
</Settings>
</SettingsFile>
\ No newline at end of file |