fix parsing configs

This commit is contained in:
nyne
2024-10-26 15:18:35 +08:00
parent 2a672f9715
commit e64b69d818
3 changed files with 3 additions and 6 deletions

View File

@@ -86,7 +86,7 @@ class AccountsPage extends StatelessWidget {
);
}
}
if (element.account!.allowReLogin) {
if (element.data["account"] is List) {
bool loading = logic._reLogin[element.key] == true;
yield ListTile(
title: Text("Re-login".tl),