aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/debugger/debugger.qml
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mist/assets/debugger/debugger.qml')
-rw-r--r--cmd/mist/assets/debugger/debugger.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/mist/assets/debugger/debugger.qml b/cmd/mist/assets/debugger/debugger.qml
index b30d20e6b..5566e8fca 100644
--- a/cmd/mist/assets/debugger/debugger.qml
+++ b/cmd/mist/assets/debugger/debugger.qml
@@ -19,7 +19,7 @@ ApplicationWindow {
property alias dataText: rawDataField.text
onClosing: {
- dbg.Stop()
+ //dbg.Stop()
}
menuBar: MenuBar {
@@ -353,6 +353,7 @@ ApplicationWindow {
ComboBox {
+ visible: false
id: snippets
anchors.right: parent.right
model: ListModel {