mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-08 01:42:25 +02:00
Merge pull request #16024 from amerhifi/master
case BUGZ-1168: adding default script location setting for defaultscriptoverride run…
This commit is contained in:
commit
e1ef003523
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
|
||||
// --scripts override.
|
||||
if (_defaultScriptsLocationOverridden) {
|
||||
runningScriptsHandle.set(QVariantList{ DEFAULT_SCRIPTS_LOCATION });
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue