mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
fix: window backgroud color (#8155)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
0442f7012b
commit
9ce62dc584
4 changed files with 9 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue