mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-08 02:53:38 +02:00
commit
ddedfce8a3
1 changed files with 2 additions and 2 deletions
|
@ -273,9 +273,9 @@ QVariantList ScriptEngines::getRunning() {
|
|||
} else {
|
||||
displayURLString = displayURL.toDisplayString(QUrl::FormattingOptions(QUrl::FullyEncoded));
|
||||
}
|
||||
resultNode.insert("url", displayURLString);
|
||||
// The path contains the exact path/URL of the script, which also is used in the stopScript function.
|
||||
resultNode.insert("path", normalizeScriptURL(runningScript).toString());
|
||||
resultNode.insert("path", displayURLString);
|
||||
resultNode.insert("url", normalizeScriptURL(runningScript).toString());
|
||||
resultNode.insert("local", runningScriptURL.isLocalFile());
|
||||
result.append(resultNode);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue