Skip to content

Commit b2dc191

Browse files
committed
Renamed wallet to main
1 parent 7a5b279 commit b2dc191

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

mist/gui.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ func (gui *Gui) Stop() {
172172
}
173173

174174
func (gui *Gui) showWallet(context *qml.Context) (*qml.Window, error) {
175-
component, err := gui.engine.LoadFile(gui.uiLib.AssetPath("qml/wallet.qml"))
175+
component, err := gui.engine.LoadFile(gui.uiLib.AssetPath("qml/main.qml"))
176176
if err != nil {
177177
return nil, err
178178
}

0 commit comments

Comments
 (0)