mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
Minor fixes DB loading overview
This commit is contained in:
committed by
Mat Sutcliffe
parent
9d2da4524a
commit
8cb04e4965
@@ -73,7 +73,7 @@ namespace BlackGui
|
||||
QPointer<CDbLoadOverviewComponent> myself(this);
|
||||
QTimer::singleShot(10 * 1000, this, [ = ]
|
||||
{
|
||||
if (!myself) { return; }
|
||||
if (!myself || !sGui || sGui->isShuttingDown()) { return; }
|
||||
this->loadInfoObjects();
|
||||
this->adjustTextWidth();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user