Commit 6b115659 authored by Maran's avatar Maran

Hide inspector by default

parent 8419ba0e
...@@ -188,7 +188,7 @@ ApplicationWindow { ...@@ -188,7 +188,7 @@ ApplicationWindow {
WebView { WebView {
id: inspector id: inspector
visible:true visible: false
url: webview.experimental.remoteInspectorUrl url: webview.experimental.remoteInspectorUrl
anchors { anchors {
left: root.left left: root.left
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment