show 'auto' by default
This commit is contained in:
parent
cf812da1d3
commit
7646310dd4
7
main.go
7
main.go
|
@ -90,6 +90,13 @@ func main() {
|
|||
|
||||
// if opening the GUI, always check git for dirty repos
|
||||
log.Info("look for 'auto' here")
|
||||
// Find the "auto" chat.
|
||||
for _, chat := range me.chats.GetChats() {
|
||||
if chat.GetChatName() == "auto" {
|
||||
prettyFormatChat(chat)
|
||||
okExit("")
|
||||
}
|
||||
}
|
||||
// doGui()
|
||||
okExit("")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue