Add offline mode support

This commit is contained in:
bexnoss
2022-01-12 14:26:02 +01:00
parent d4b522b6cb
commit a1ff3b1ee3
12 changed files with 144 additions and 5 deletions

View File

@ -302,7 +302,7 @@ QVariant AccountList::data(const QModelIndex &index, int role) const
}
case MigrationColumn: {
if(account->isMSA()) {
if(account->isMSA() || account->isOffline()) {
return tr("N/A", "Can Migrate?");
}
if (account->canMigrate()) {