mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 12:39:55 +02:00
adding default script location setting for defaultscriptoverride runs. Prevents the second interface run to have no ui
This commit is contained in:
parent
0ee9de7ed8
commit
a37ef7d80e
1 changed files with 1 additions and 0 deletions
|
@ -352,6 +352,7 @@ void ScriptEngines::saveScripts() {
|
||||||
// the scripts that the user expects to be there when launched without the
|
// the scripts that the user expects to be there when launched without the
|
||||||
// --scripts override.
|
// --scripts override.
|
||||||
if (_defaultScriptsLocationOverridden) {
|
if (_defaultScriptsLocationOverridden) {
|
||||||
|
runningScriptsHandle.set(QVariantList{ DEFAULT_SCRIPTS_LOCATION });
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue