🐛 高分屏下的鼠标位置

This commit is contained in:
BookerLiu
2024-08-08 10:56:00 +08:00
parent 2a4f9a9bda
commit 39251b66f6
3 changed files with 171 additions and 101 deletions

View File

@@ -9,7 +9,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";