mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-22 03:42:42 +01:00
UI Emulator
This commit is contained in:
@@ -807,7 +807,7 @@ func (self *Page) IconClick() {
|
||||
return
|
||||
}
|
||||
|
||||
if cur_icon.GetMyType() == ICON_TYPES["FUNC"] {
|
||||
if cur_icon.GetMyType() == ICON_TYPES["FUNC"] || cur_icon.GetMyType() == ICON_TYPES["Emulator"] {
|
||||
invoker := cur_icon.GetCmdInvoke()
|
||||
if invoker != nil {
|
||||
invoker.Run(self.Screen)
|
||||
|
||||
Reference in New Issue
Block a user