mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 08:43:47 +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
|
// 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