Commit b2dc1915 authored by obscuren's avatar obscuren

Renamed wallet to main

parent 7a5b2794
...@@ -172,7 +172,7 @@ func (gui *Gui) Stop() { ...@@ -172,7 +172,7 @@ func (gui *Gui) Stop() {
} }
func (gui *Gui) showWallet(context *qml.Context) (*qml.Window, error) { func (gui *Gui) showWallet(context *qml.Context) (*qml.Window, error) {
component, err := gui.engine.LoadFile(gui.uiLib.AssetPath("qml/wallet.qml")) component, err := gui.engine.LoadFile(gui.uiLib.AssetPath("qml/main.qml"))
if err != nil { if err != nil {
return nil, err return nil, err
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment