修复一个测试遗留bug

This commit is contained in:
liufei
2021-12-20 16:39:51 +08:00
parent 0f6119c0ba
commit 37e8631f73
5 changed files with 20 additions and 19 deletions

View File

@@ -11,7 +11,7 @@ namespace GeekDesk.Constant
public static string APP_DIR = AppDomain.CurrentDomain.BaseDirectory.Trim();
// 是否为开发模式
public static bool DEV = true;
public static bool DEV = false;
public static string MY_NAME = DEV ? "GeekDesk-D" : "GeekDesk";