mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-09-06 05:24:36 +02:00
start to add Languages in Settings
This commit is contained in:
@@ -85,4 +85,10 @@ func init() {
|
||||
if MyIconPool == nil {
|
||||
MyIconPool = NewIconPool()
|
||||
}
|
||||
if MyLangManager == nil {
|
||||
|
||||
MyLangManager = NewLangManager()
|
||||
MyLangManager.Init()
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user