mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:37:51 +02:00
commit
ddedfce8a3
1 changed files with 2 additions and 2 deletions
|
@ -273,9 +273,9 @@ QVariantList ScriptEngines::getRunning() {
|
||||||
} else {
|
} else {
|
||||||
displayURLString = displayURL.toDisplayString(QUrl::FormattingOptions(QUrl::FullyEncoded));
|
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.
|
// 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());
|
resultNode.insert("local", runningScriptURL.isLocalFile());
|
||||||
result.append(resultNode);
|
result.append(resultNode);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue