mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 05:37:13 +02:00
fix test path
This commit is contained in:
parent
cc207537a3
commit
0248323bee
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import stylesUit 1.0
|
||||||
|
|
||||||
WebView {
|
WebView {
|
||||||
id: entityListToolWebView
|
id: entityListToolWebView
|
||||||
url: Paths.defaultScripts + "/system/html/entityListf.html"
|
url: Paths.defaultScripts + "/system/html/entityList.html"
|
||||||
enabled: true
|
enabled: true
|
||||||
blurOnCtrlShift: false
|
blurOnCtrlShift: false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue