Enabled beta for testing

This commit is contained in:
Jaex 2017-10-27 11:02:04 +03:00
parent ff41e13e52
commit a66c056254

View file

@ -72,7 +72,7 @@ public static string Title
public static string TitleLong => $"{Title} ({Build})";
public static bool Beta { get; } = false;
public static bool Beta { get; } = true;
public static bool MultiInstance { get; private set; }
public static bool Portable { get; private set; }
public static bool PortableApps { get; private set; }