We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464143b commit 3fc139aCopy full SHA for 3fc139a
1 file changed
lib/src/controller/controller.dart
@@ -607,8 +607,7 @@ class AppController with ChangeNotifier {
607
// Ensure default guest account remains
608
if (_servers.isEmpty ||
609
_accounts.isEmpty ||
610
- _selectedAccount.isEmpty ||
611
- _accounts.length == 1) {
+ _selectedAccount.isEmpty) {
612
await saveServer(ServerSoftware.mbin, 'kbin.earth');
613
await setAccount(
614
'@kbin.earth',
0 commit comments