summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/UserSettingConstants.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2019-05-22 20:20:49 +0100
committersr55 <[email protected]>2019-05-22 20:20:49 +0100
commitc976c8399a041d4a75f713ea6dfc4be7c20a222a (patch)
tree5691e74cde6a4678f498d19330bbbef9e6a69186 /win/CS/HandBrakeWPF/UserSettingConstants.cs
parentaed187e1b8e8d29d23dea695f80924a6d28bce2d (diff)
WinGui: Add Preference to perform the When Done Action immediately without the 60 second prompt. (off by default)
Diffstat (limited to 'win/CS/HandBrakeWPF/UserSettingConstants.cs')
-rw-r--r--win/CS/HandBrakeWPF/UserSettingConstants.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/UserSettingConstants.cs b/win/CS/HandBrakeWPF/UserSettingConstants.cs
index 07019e567..014c9ef23 100644
--- a/win/CS/HandBrakeWPF/UserSettingConstants.cs
+++ b/win/CS/HandBrakeWPF/UserSettingConstants.cs
@@ -71,5 +71,6 @@ namespace HandBrakeWPF
public const string FileOverwriteBehaviour = "FileOverwriteBehaviour";
public const string AutonameFileCollisionBehaviour = "AutonameFileCollisionBehaviour";
public const string AutonameFilePrePostString = "AutonameFilePrePostString";
+ public const string WhenDonePerformActionImmediately = "WhenDonePerformActionImmediately";
}
} \ No newline at end of file