diff options
author | sr55 <[email protected]> | 2019-05-11 20:39:00 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2019-05-11 20:39:00 +0100 |
commit | 50f8adb4efdf43eba77d92d8ef86eacee21fe201 (patch) | |
tree | 32ca18fc8ee6383fd02741f79d219b2b55bdbe37 /win/CS/HandBrakeWPF/Constants.cs | |
parent | 4b8c299e283bcce467eebf59248524ed94befa5d (diff) |
WinGui: Use hb_presets_read_file_json to read the UI presets file. This allows us to better handle version upgrades without resetting everything back to 0.
Diffstat (limited to 'win/CS/HandBrakeWPF/Constants.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Constants.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/win/CS/HandBrakeWPF/Constants.cs b/win/CS/HandBrakeWPF/Constants.cs index f4a65d7d2..5ee22d03d 100644 --- a/win/CS/HandBrakeWPF/Constants.cs +++ b/win/CS/HandBrakeWPF/Constants.cs @@ -37,11 +37,6 @@ namespace HandBrakeWPF public const string SourcePath = "{source_path}";
public const string SourceFolderName = "{source_folder_name}";
- /* Preset Versions */
- public const string PresetVersionMajor = "35";
- public const string PresetVersionMinor = "0";
- public const string PresetVersionMicro = "0";
-
public const string FileScanMru = "FileScanMru";
public const string FileSaveMru = "FileSaveMru";
}
|