mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Init simulator display field, shorter text, typo
This commit is contained in:
@@ -162,7 +162,7 @@ namespace BlackGui
|
||||
bool loadOnlyIfNotEmpty = true;
|
||||
if (m_modelsDialog->getOwnModelsCount() > 0)
|
||||
{
|
||||
const QMessageBox::StandardButton reply = QMessageBox::warning(this->mainWindow(), "Model loading", "Reload the models?\nThe xisting cache data will we overridden.", QMessageBox::Yes | QMessageBox::No);
|
||||
const QMessageBox::StandardButton reply = QMessageBox::warning(this->mainWindow(), "Model loading", "Reload the models?\nThe existing cache data will we overridden.", QMessageBox::Yes | QMessageBox::No);
|
||||
if (reply == QMessageBox::Yes) { loadOnlyIfNotEmpty = false; }
|
||||
}
|
||||
m_modelsDialog->requestModelsInBackground(simulator, loadOnlyIfNotEmpty);
|
||||
|
||||
Reference in New Issue
Block a user