scale, cscale, dscale defaults have been set to spline36

This commit is contained in:
Frank Skare
2019-08-08 19:07:27 +02:00
parent f0546485cf
commit 1ef9e64a41
4 changed files with 11 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ namespace mpvnet
public static bool RememberPosition { get; set; }
public static bool DebugMode { get; set; }
public static bool IsStartedFromTerminal { get; } = Environment.GetEnvironmentVariable("_started_from_console") == "yes";
public static bool RememberVolume { get; set; }
public static bool RememberVolume { get; set; } = true;
public static bool AutoLoadFolder { get; set; } = true;
public static bool ThemedMenu { get; set; }