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 7a5b279 commit b2dc191Copy full SHA for b2dc191
mist/assets/qml/wallet.qml renamed to mist/assets/qml/main.qml
mist/gui.go
@@ -172,7 +172,7 @@ func (gui *Gui) Stop() {
172
}
173
174
func (gui *Gui) showWallet(context *qml.Context) (*qml.Window, error) {
175
- component, err := gui.engine.LoadFile(gui.uiLib.AssetPath("qml/wallet.qml"))
+ component, err := gui.engine.LoadFile(gui.uiLib.AssetPath("qml/main.qml"))
176
if err != nil {
177
return nil, err
178
0 commit comments