Don't try to load verification status before db is ready

This commit is contained in:
Nicolas Werner 2021-11-07 20:27:56 +01:00
parent 1bdf4ebd21
commit 7de24a4271
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ SelfVerificationStatus::SelfVerificationStatus(QObject *o)
this,
&SelfVerificationStatus::invalidate,
Qt::UniqueConnection);
invalidate();
});
}