mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-15 22:51:29 +03:00
fix: window backgroud color (#8155)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -157,6 +157,7 @@ const String kKeyReverseMouseWheel = "reverse_mouse_wheel";
|
||||
const String kEnvPortableExecutable = "RUSTDESK_APPNAME";
|
||||
|
||||
const Color kColorWarn = Color.fromARGB(255, 245, 133, 59);
|
||||
const Color kColorCanvas = Colors.black;
|
||||
|
||||
const int kMobileDefaultDisplayWidth = 720;
|
||||
const int kMobileDefaultDisplayHeight = 1280;
|
||||
|
||||
Reference in New Issue
Block a user