Load GUI history asynchronously
All checks were successful
build-windows-exe / build (push) Successful in 1m12s
All checks were successful
build-windows-exe / build (push) Successful in 1m12s
This commit is contained in:
@@ -56,6 +56,8 @@ func normalizeInitialTab(tab string) string {
|
||||
switch strings.ToLower(strings.TrimSpace(tab)) {
|
||||
case "join", "log", "logs":
|
||||
return "join"
|
||||
case "history", "hist":
|
||||
return "history"
|
||||
case "translate", "translation":
|
||||
return "join"
|
||||
case "settings", "setting", "config":
|
||||
|
||||
Reference in New Issue
Block a user