diff --git a/main.go b/main.go index 1d69e1e..b7f5f2e 100644 --- a/main.go +++ b/main.go @@ -37,7 +37,7 @@ func main() { // This makes it much less likely to occur (not seen on dozens of startups) // but is a hacky "solution"! go func() { - time.Sleep(75 * time.Millisecond) + time.Sleep(250 * time.Millisecond) defaultServer := myApp.Config.GetDefaultServer() if defaultServer == nil { mainWindow.PromptForFirstServer(func(nick, host, user, pass string) {