Release 12.4.1

This commit is contained in:
Jaex 2019-02-23 10:17:05 +03:00
parent 83023a67ea
commit 6785ba868e

View file

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