mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-20 02:42:50 +01:00
test BlockDelay effect
This commit is contained in:
@@ -387,10 +387,10 @@ func (self *MainScreen) RunEXE( cmdpath string) {
|
||||
self.DrawRun()
|
||||
self.SwapAndShow()
|
||||
|
||||
time.Delay(1000)
|
||||
|
||||
time.BlockDelay(1000)
|
||||
|
||||
cmdpath = strings.Trim(cmdpath," ")
|
||||
|
||||
cmdpath = CmdClean(cmdpath)
|
||||
|
||||
event.Post(event.RUNEVT,cmdpath)
|
||||
|
||||
Reference in New Issue
Block a user