mirror of
https://github.com/overte-org/overte.git
synced 2025-04-28 07:45:21 +02:00
6 lines
150 B
QML
6 lines
150 B
QML
WebView {
|
|
id: entityListToolWebView
|
|
url: Paths.defaultScripts + "/system/html/entityList.html"
|
|
enabled: true
|
|
blurOnCtrlShift: false
|
|
}
|