mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-21 11:22:37 +01:00
just showed up the screen,like python's launcher
This commit is contained in:
@@ -24,7 +24,7 @@ func NewMultiIconItem() *MultiIconItem {
|
||||
return m
|
||||
}
|
||||
|
||||
func (self * MultiIconItem) CreateImageSurf() {
|
||||
func (self * MultiIconItem) CreateImgSurf() {
|
||||
if self.ImgSurf == nil && self.ImageName != "" {
|
||||
self.ImgSurf = image.Load(self.ImageName)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user