mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Style
This commit is contained in:
@@ -1052,7 +1052,7 @@ namespace BlackGui
|
||||
m_updateDialog = new CUpdateInfoDialog(this->mainApplicationWidget());
|
||||
}
|
||||
|
||||
if (onlyIfNew && !m_updateDialog->isNewVersionAvailable()) return;
|
||||
if (onlyIfNew && !m_updateDialog->isNewVersionAvailable()) { return; }
|
||||
const int result = m_updateDialog->exec();
|
||||
if (result != QDialog::Accepted) { return; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user