mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-18 13:41:28 +03:00
@@ -260,6 +260,7 @@ class _ConnectionPageState extends State<ConnectionPage>
|
||||
bool checked = await bind.mainCheckSuperUserPermission();
|
||||
if (checked) {
|
||||
bind.mainSetOption(key: "stop-service", value: "");
|
||||
bind.mainSetOption(key: "access-mode", value: "");
|
||||
}
|
||||
},
|
||||
child: Text(translate("Start Service"), style: textStyle))
|
||||
|
||||
Reference in New Issue
Block a user