summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/UserSettingConstants.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2019-06-16 20:48:07 +0100
committersr55 <[email protected]>2019-06-16 20:48:07 +0100
commitd3dbfba11a60e3e09e44447ab29b69aa6e171921 (patch)
tree3c677155187364f4b910e53ed6e66ba515ac3908 /win/CS/HandBrakeWPF/UserSettingConstants.cs
parent297d4abbeca9a580ba3701bc34b016ec3d57c44e (diff)
WinGui: Few minor features + Early access to a new "Dark" theme. It's not yet complete but will give a general idea of the look and feel! (Can be toggled on in preferences)
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 014c9ef23..c12a756ce 100644
--- a/win/CS/HandBrakeWPF/UserSettingConstants.cs
+++ b/win/CS/HandBrakeWPF/UserSettingConstants.cs
@@ -72,5 +72,6 @@ namespace HandBrakeWPF
public const string AutonameFileCollisionBehaviour = "AutonameFileCollisionBehaviour";
public const string AutonameFilePrePostString = "AutonameFilePrePostString";
public const string WhenDonePerformActionImmediately = "WhenDonePerformActionImmediately";
+ public const string UseDarkTheme = "UseDarkTheme";
}
} \ No newline at end of file