mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-20 10:52:52 +01: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