mirror of
https://github.com/venera-app/venera.git
synced 2025-09-28 16:27:25 +00:00
fix parsing configs
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user