Set Dev true

This commit is contained in:
Jaex 2023-01-18 23:14:57 +03:00
parent db926750cd
commit 5ddea64c62

View file

@ -109,7 +109,7 @@ public static string TitleShort
}
}
public static bool Dev { get; } = false;
public static bool Dev { get; } = true;
public static bool MultiInstance { get; private set; }
public static bool Portable { get; private set; }
public static bool SilentRun { get; private set; }