1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-22 06:27:24 +00:00

Auto load config TOML from #17

This commit is contained in:
2019-10-24 09:49:21 -04:00
parent a083eb3ca6
commit 55ac19beb3

View File

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