Experimental dark theme option gonna be disabled by default on release build

This commit is contained in:
Jaex 2019-08-21 15:35:49 +03:00
parent 8c4bbcb5aa
commit 20f4be3ce5

View file

@ -72,7 +72,7 @@ public ApplicationConfig()
public bool TrayIconProgressEnabled = true;
public bool TaskbarProgressEnabled = true;
public bool UseDarkTheme = true;
public bool ExperimentalDarkTheme = true;
public bool ExperimentalDarkTheme = false;
public bool UseWhiteShareXIcon = false;
public bool RememberMainFormPosition = false;
public Point MainFormPosition = Point.Empty;