opencode-provider-switch/internal/desktop/tray_language_other.go
apale7 8fc72e87e4 fix(desktop): finish Windows shell polish
Stabilize the tray icon and locale handling on Windows while aligning provider and alias management panels with the refreshed desktop branding.
2026-04-20 02:36:54 +08:00

8 lines
109 B
Go

//go:build desktop_wails && !windows
package desktop
func detectSystemTrayLanguage() string {
return ""
}