aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-20 22:49:12 +0800
committerobscuren <geffobscura@gmail.com>2015-01-20 22:49:12 +0800
commit9845029a7535672746139084138f3e894e604e44 (patch)
tree3503d094eac24e63108938a37008a2eab3b3528d /cmd/mist/assets
parent375cc67ba6dbc57e69aa594a6ac26ebc9b3a713a (diff)
downloadgo-tangerine-9845029a7535672746139084138f3e894e604e44.tar
go-tangerine-9845029a7535672746139084138f3e894e604e44.tar.gz
go-tangerine-9845029a7535672746139084138f3e894e604e44.tar.bz2
go-tangerine-9845029a7535672746139084138f3e894e604e44.tar.lz
go-tangerine-9845029a7535672746139084138f3e894e604e44.tar.xz
go-tangerine-9845029a7535672746139084138f3e894e604e44.tar.zst
go-tangerine-9845029a7535672746139084138f3e894e604e44.zip
StdVm by default
Diffstat (limited to 'cmd/mist/assets')
-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 {