Get client ui locale on windows natively (#2251)

This commit is contained in:
Viktor Liu
2024-07-12 08:25:33 +02:00
committed by GitHub
parent f74646a3ac
commit 89df6e7242
4 changed files with 124 additions and 85 deletions

7
client/ui/font_linux.go Normal file
View File

@ -0,0 +1,7 @@
//go:build !386
package main
func (s *serviceClient) setDefaultFonts() {
//TODO: Linux Multiple Language Support
}