mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 08:44:07 +01:00
8 lines
118 B
Go
8 lines
118 B
Go
//go:build !386
|
|
|
|
package main
|
|
|
|
func (s *serviceClient) setDefaultFonts() {
|
|
//TODO: Linux Multiple Language Support
|
|
}
|