mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-17 02:21:47 +02:00
Get client ui locale on windows natively (#2251)
This commit is contained in:
7
client/ui/font_linux.go
Normal file
7
client/ui/font_linux.go
Normal file
@ -0,0 +1,7 @@
|
||||
//go:build !386
|
||||
|
||||
package main
|
||||
|
||||
func (s *serviceClient) setDefaultFonts() {
|
||||
//TODO: Linux Multiple Language Support
|
||||
}
|
Reference in New Issue
Block a user