diff options
author | sr55 <[email protected]> | 2007-08-08 22:55:51 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-08-08 22:55:51 +0000 |
commit | e99cc78f1b33adde034a88561f9494871d641cc0 (patch) | |
tree | 2753461a1ec044f71e94100896bf9f8072468f42 /win/C#/app.config | |
parent | dbdcd68514a6a447f5551458e57caf34cfa317da (diff) |
WinGui:
- Some more tweaks to the presets menu.
- Border added to splash screen.
- Added a quick start tips window.
- Few other small UI tweaks
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@791 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/app.config')
-rw-r--r-- | win/C#/app.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/C#/app.config b/win/C#/app.config index 57d4ee9f4..abe963c18 100644 --- a/win/C#/app.config +++ b/win/C#/app.config @@ -130,6 +130,9 @@ <setting name="deblock" serializeAs="String">
<value />
</setting>
+ <setting name="QuickStartWindow" serializeAs="String">
+ <value />
+ </setting>
</Handbrake.Properties.Settings>
</userSettings>
</configuration>
\ No newline at end of file |