mirror of https://github.com/status-im/op-geth.git
Hide inspector by default
This commit is contained in:
parent
8419ba0ec0
commit
6b115659ca
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue