| | |
| | | "voicesnap/internal/history" |
| | | "voicesnap/internal/hotkey" |
| | | "voicesnap/internal/input" |
| | | "voicesnap/internal/language" |
| | | "voicesnap/internal/logger" |
| | | "voicesnap/internal/overlay" |
| | | "voicesnap/internal/sound" |
| | |
| | | ) |
| | | |
| | | const ( |
| | | appVersion = "2.1.18" |
| | | appBuild = "20260601.1905" |
| | | appVersion = "2.1.19" |
| | | appBuild = "20260602.2022" |
| | | appDisplayVersion = appVersion + " (build " + appBuild + ")" |
| | | appName = "PrivateVoice Input" |
| | | |
| | |
| | | tray.SetTemplateIcon(trayIcon) |
| | | |
| | | showLabel, exitLabel := "Show Settings", "Exit" |
| | | if isChinese() { |
| | | if language.Resolve(app.cfg.LanguageMode, app.cfg.LanguageID, language.NewSystemDetector()).UILocale == "zh" { |
| | | showLabel, exitLabel = "显示设置", "退出" |
| | | } |
| | | |