mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
flutter: file-transfer/port forward/rdp support
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -134,7 +134,7 @@ void runMainApp(bool startService) async {
|
||||
// Check the startup argument, if we successfully handle the argument, we keep the main window hidden.
|
||||
final handledByUniLinks = await initUniLinks();
|
||||
debugPrint("handled by uni links: $handledByUniLinks");
|
||||
if (handledByUniLinks || checkArguments()) {
|
||||
if (handledByUniLinks || handleUriLink(cmdArgs: kBootArgs)) {
|
||||
windowManager.hide();
|
||||
} else {
|
||||
windowManager.show();
|
||||
|
||||
Reference in New Issue
Block a user