mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
[UI] Enable version update check in pilot client
This commit is contained in:
committed by
Mat Sutcliffe
parent
b1315593f8
commit
5bed714e75
@@ -1215,7 +1215,7 @@ namespace BlackGui
|
||||
QTimer::singleShot(delayedMs, this, [ = ]
|
||||
{
|
||||
if (!sGui || sGui->isShuttingDown()) { return; }
|
||||
if (m_updateDialog) { return; }
|
||||
if (m_updateDialog) { return; } // already checked elsewhere
|
||||
this->checkNewVersion(true);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user