fixed display of total number of identities

This commit is contained in:
csoler 2025-04-01 20:39:44 +02:00
parent c9d5a9ba30
commit 85f411463b
2 changed files with 3 additions and 0 deletions

View File

@ -1419,6 +1419,7 @@ void IdDialog::updateIdList()
mIdListModel->setIdentities(*ids) ;
delete ids;
ui->label_count->setText("("+QString::number(mIdListModel->count())+")");
});
});
});

View File

@ -132,6 +132,8 @@ public:
void updateIdentityList();
int count() const { return mIdentities.size() ; } // total number of identities
static const QString FilterString ;
// This method will asynchroneously update the data