fix connect status colors

This commit is contained in:
rustdesk
2022-09-23 15:12:50 +08:00
parent 95a241bdf4
commit 4f92555399
4 changed files with 23 additions and 16 deletions

View File

@@ -11,6 +11,8 @@ const String kAppTypeDesktopPortForward = "port forward";
const String kTabLabelHomePage = "Home";
const String kTabLabelSettingPage = "Settings";
const Color kColorWarn = Color.fromARGB(255, 245, 133, 59);
const int kMobileDefaultDisplayWidth = 720;
const int kMobileDefaultDisplayHeight = 1280;