mirror of
https://github.com/Rudi9719/kbtui.git
synced 2026-03-22 07:37:23 +00:00
Automatically run clean when configs are loaded from file
This commit is contained in:
@ -15,6 +15,7 @@ func init() {
|
||||
|
||||
func cmdClean(cmd []string) {
|
||||
clearView("Chat")
|
||||
clearView("List")
|
||||
go populateChat()
|
||||
|
||||
go populateList()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user