3
0
Fork 0
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:
amerhifi 2019-08-02 13:00:43 -07:00
parent 0ee9de7ed8
commit a37ef7d80e

View file

@ -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;
}