summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/UserSettingConstants.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2019-11-17 21:48:17 +0000
committersr55 <[email protected]>2019-11-17 21:48:43 +0000
commit3a7fd5f66cb32cc0f97de43d5d8de37fe163459d (patch)
treed3969ebbab20610576078cc61a136e7d2e74f7d4 /win/CS/HandBrakeWPF/UserSettingConstants.cs
parent604bc2499c456fb2cfd088b5014306f2c27d26c9 (diff)
WinGui: Add a new option to autoname that mimic's an unintended behaviour of 1.2 "Always use the default path for each new name generated" #2434
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 9c3abc470..2d69abee6 100644
--- a/win/CS/HandBrakeWPF/UserSettingConstants.cs
+++ b/win/CS/HandBrakeWPF/UserSettingConstants.cs
@@ -74,5 +74,6 @@ namespace HandBrakeWPF
public const string WhenDonePerformActionImmediately = "WhenDonePerformActionImmediately";
public const string UseDarkTheme = "UseDarkTheme";
public const string PreviewRotationFlip = "PreviewRotationFlip";
+ public const string AlwaysUseDefaultPath = "AlwaysUseDefaultPath";
}
} \ No newline at end of file