We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7280057 commit e077cadCopy full SHA for e077cad
Mist/assets/icecream.png
4.53 KB
Mist/assets/qml/wallet.qml
@@ -154,6 +154,7 @@ ApplicationWindow {
154
Menu {
155
title: "Developer"
156
MenuItem {
157
+ iconSource: "../icecream.png"
158
text: "Debugger"
159
shortcut: "Ctrl+d"
160
onTriggered: eth.startDebugger()
@@ -253,16 +254,6 @@ ApplicationWindow {
253
254
}
255
256
- /*
257
- Button {
258
- id: importAppButton
259
- text: "Browser"
260
- onClicked: {
261
- eth.openBrowser()
262
- }
263
264
- */
265
-
266
RowLayout {
267
Label {
268
id: walletValueLabel
@@ -669,8 +660,7 @@ ApplicationWindow {
669
660
670
661
Rectangle {
671
662
id: mainView
672
673
663
+ color: "#00000000"
674
664
anchors.right: parent.right
675
665
anchors.left: parent.left
676
666
anchors.bottom: parent.bottom
0 commit comments