mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-14 12:07:35 +00:00
@@ -57,7 +57,6 @@ class AbModel {
|
||||
return "";
|
||||
}
|
||||
} catch (err) {
|
||||
debugPrint('REMOVE ME ====================== err $err');
|
||||
err.printError();
|
||||
abError.value = err.toString();
|
||||
} finally {
|
||||
|
||||
@@ -125,10 +125,6 @@ class StateGlobal {
|
||||
gFFI.userModel.isAdmin.value = false;
|
||||
gFFI.groupModel.reset();
|
||||
}
|
||||
debugPrint('REMOVE ME ========================== $preStatus -> ${stateGlobal.svcStatus.value}');
|
||||
if (preStatus != stateGlobal.svcStatus.value) {
|
||||
UserModel.updateOtherModels();
|
||||
}
|
||||
stateGlobal.svcIsUsingPublicServer.value =
|
||||
await bind.mainIsUsingPublicServer();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user