mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 16:41:57 +02:00
Fix MS13202: Don't save incomplete list of scripts to Settings while reloading scripts
This commit is contained in:
parent
74e5c4bf60
commit
3c681554de
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@ void ScriptEngines::onScriptFinished(const QString& rawScriptURL, ScriptEnginePo
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (removed) {
|
if (removed && !_isReloading) {
|
||||||
// Update settings with removed script
|
// Update settings with removed script
|
||||||
saveScripts();
|
saveScripts();
|
||||||
emit scriptCountChanged();
|
emit scriptCountChanged();
|
||||||
|
|
Loading…
Reference in a new issue