mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Load script from file
This commit is contained in:
parent
4f975de6a6
commit
a9eb5b8229
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ Window {
|
|||
// unescape html codes like '%23' for '#'
|
||||
var cleanPath = decodeURIComponent(chosenFolder);
|
||||
scripts.previousScriptLocation = cleanPath;
|
||||
scripts.loadOneScript(chosen);
|
||||
}
|
||||
onRejected: {
|
||||
console.log("Canceled")
|
||||
|
|
Loading…
Reference in a new issue