From 0495b8a1212babdf3ec2c17cd3989b976be61eb3 Mon Sep 17 00:00:00 2001 From: liufei Date: Sat, 22 Jan 2022 15:11:36 +0800 Subject: [PATCH] BUG --- Constant/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Constant/Constants.cs b/Constant/Constants.cs index ea5516d..687f739 100644 --- a/Constant/Constants.cs +++ b/Constant/Constants.cs @@ -13,7 +13,7 @@ namespace GeekDesk.Constant public static string APP_DIR = AppDomain.CurrentDomain.BaseDirectory.Trim(); // 是否为开发模式 - public static bool DEV = false; + public static bool DEV = true; public static string MY_NAME = DEV ? "GeekDesk-D" : "GeekDesk";