mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-02 21:01:27 +03:00
multi flutter ui sessions, refact 'Show displays as individual windows'
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
@@ -66,9 +66,8 @@ const int kWindowMainId = 0;
|
||||
const String kPointerEventKindTouch = "touch";
|
||||
const String kPointerEventKindMouse = "mouse";
|
||||
|
||||
const String kKeyChooseDisplayBehavior = 'choose-display-behavior';
|
||||
const String kChooseDisplayBehaviorSwitch = 'switch';
|
||||
const String kChooseDisplayBehaviorOpen = 'open';
|
||||
const String kKeyShowDisplaysAsIndividualWindows = 'displays_as_individual_windows';
|
||||
const String kKeyShowMonitorsToolbar = 'show_monitors_toolbar';
|
||||
|
||||
// the executable name of the portable version
|
||||
const String kEnvPortableExecutable = "RUSTDESK_APPNAME";
|
||||
|
||||
Reference in New Issue
Block a user