This commit is contained in:
Jaex 2017-07-04 16:30:09 +03:00
parent af08a007d5
commit 2b864b30f7

View file

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