mirror of
https://github.com/lubosz/overte.git
synced 2025-04-27 14:55:30 +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
|
||||
// --scripts override.
|
||||
if (_defaultScriptsLocationOverridden) {
|
||||
runningScriptsHandle.set(QVariantList{ DEFAULT_SCRIPTS_LOCATION });
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue