mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Don't try to load verification status before db is ready
This commit is contained in:
parent
1bdf4ebd21
commit
7de24a4271
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ SelfVerificationStatus::SelfVerificationStatus(QObject *o)
|
||||||
this,
|
this,
|
||||||
&SelfVerificationStatus::invalidate,
|
&SelfVerificationStatus::invalidate,
|
||||||
Qt::UniqueConnection);
|
Qt::UniqueConnection);
|
||||||
invalidate();
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue