移动颜色配置到 AppGlobalUIModel

This commit is contained in:
2023-11-10 22:56:55 +08:00
parent 2d70fca71b
commit 6494c7971e
3 changed files with 9 additions and 7 deletions

View File

@ -43,10 +43,6 @@ class AppConf {
static late final WindowsDeviceInfo windowsDeviceInfo;
static String colorBackground = "#132431";
static String colorMenu = "#122D42";
static String colorMica = "#0A3142";
static const isMSE =
String.fromEnvironment("MSE", defaultValue: "false") == "true";