Browse Source

Auto load config TOML from #17

rudi9719/bugs/editing-nontext-messages
Gregory Rudolph 5 years ago
parent
commit
55ac19beb3
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 1
      main.go

1
main.go

@ -37,6 +37,7 @@ func main() {
} }
defer g.Close() defer g.Close()
g.SetManagerFunc(layout) g.SetManagerFunc(layout)
go RunCommand("config", "load")
go populateList() go populateList()
go updateChatWindow() go updateChatWindow()
if len(os.Args) > 1 { if len(os.Args) > 1 {

Loading…
Cancel
Save