Stabilize the tray icon and locale handling on Windows while aligning provider and alias management panels with the refreshed desktop branding.
8 lines
109 B
Go
8 lines
109 B
Go
//go:build desktop_wails && !windows
|
|
|
|
package desktop
|
|
|
|
func detectSystemTrayLanguage() string {
|
|
return ""
|
|
}
|