Load GUI history asynchronously
All checks were successful
build-windows-exe / build (push) Successful in 1m12s

This commit is contained in:
messypy
2026-07-27 23:32:17 +09:00
parent 4df1a5d71a
commit dadc65065c
3 changed files with 158 additions and 14 deletions

View File

@@ -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":