mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-20 02:42:50 +01:00
rom_list_page,rom_so_confirm_page
This commit is contained in:
@@ -42,7 +42,7 @@ func (self *Widget) NewCoord(x,y int) {
|
||||
self.PosY = y
|
||||
}
|
||||
|
||||
|
||||
//invoked in main.go
|
||||
func Init() {
|
||||
font.Init()
|
||||
|
||||
@@ -78,3 +78,9 @@ func Init() {
|
||||
Fonts[keyname] = font.Font(fonts_path["notocjk"],i)
|
||||
}
|
||||
}
|
||||
|
||||
func init() {
|
||||
if MyIconPool == nil {
|
||||
MyIconPool = NewIconPool()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user