diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,6 +6,7 @@ package main import ( "go.wit.com/dev/alexflint/arg" "go.wit.com/gui" + "go.wit.com/lib/config" "go.wit.com/lib/fhelp" "go.wit.com/lib/gadgets" "go.wit.com/lib/protobuf/argvpb" @@ -26,7 +27,7 @@ func (b *mainType) Enable() { // returns the server to connect to func myServer() string { - return me.forge.GetForgeURL() + return config.Get("ForgeURL") } // this app's variables |
