Add offline mode support

This commit is contained in:
bexnoss
2022-01-17 12:08:10 +01:00
committed by Naomi Calabretta
parent 5abb97362f
commit 9d23ac562f
17 changed files with 376 additions and 3 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()) {