diff --git a/flutter/lib/desktop/pages/connection_page.dart b/flutter/lib/desktop/pages/connection_page.dart index 742123888..dc04b2f4d 100644 --- a/flutter/lib/desktop/pages/connection_page.dart +++ b/flutter/lib/desktop/pages/connection_page.dart @@ -345,13 +345,6 @@ class _ConnectionPageState extends State } else { stateGlobal.svcStatus.value = SvcStatus.notReady; } - if (stateGlobal.svcStatus.value != SvcStatus.ready) { - gFFI.userModel.isAdmin.value = false; - gFFI.groupModel.reset(); - } - if (preStatus != stateGlobal.svcStatus.value) { - UserModel.updateOtherModels(); - } svcIsUsingPublicServer.value = await bind.mainIsUsingPublicServer(); } }