Update to 1.3.0
This commit is contained in:
parent
bbd6556373
commit
1700a5a00c
|
@ -132,7 +132,7 @@ func onReady() {
|
||||||
setIcon("geometric", configFile)
|
setIcon("geometric", configFile)
|
||||||
case <-about.ClickedCh:
|
case <-about.ClickedCh:
|
||||||
log.Infof("Requesting about")
|
log.Infof("Requesting about")
|
||||||
robotgo.Alert("Automatic-mouse-mover app v1.2.0", "Developed by Prashant Gupta. \n\nMore info at: https://github.com/prashantgupta24/automatic-mouse-mover", "OK", "")
|
robotgo.Alert("Automatic-mouse-mover app v1.3.0", "Developed by Prashant Gupta. \n\nMore info at: https://github.com/prashantgupta24/automatic-mouse-mover", "OK", "")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue