mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 03:28:03 +00:00
feat: add dbus and cli connect support
This commit is contained in:
@@ -24,10 +24,12 @@ import 'mobile/pages/server_page.dart';
|
||||
import 'models/platform_model.dart';
|
||||
|
||||
int? windowId;
|
||||
late List<String> bootArgs;
|
||||
|
||||
Future<void> main(List<String> args) async {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
debugPrint("launch args: $args");
|
||||
bootArgs = args;
|
||||
|
||||
if (!isDesktop) {
|
||||
runMobileApp();
|
||||
|
||||
Reference in New Issue
Block a user