mirror of
https://github.com/Rudi9719/kbtui.git
synced 2026-03-22 11:07:22 +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) {
|
func cmdClean(cmd []string) {
|
||||||
clearView("Chat")
|
clearView("Chat")
|
||||||
|
clearView("List")
|
||||||
go populateChat()
|
go populateChat()
|
||||||
|
go populateList()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user