robotgo
robotgo copied to clipboard
ShowAlert last args useless
- Robotgo version (or commit ref): v0.0.0-20190312143323-fb86491ad97a
- Go version: 1.12
- Gcc version: gcc version 4.8.2 (x86_64-posix-seh, Built by MinGW-W64 project)
- Operating system and bit: windows 64
- Provide example code:
func main() {
ch := make(chan bool)
go func() {
robotgo.ShowAlert("hint", "content",
"stop program", "cancel")
}()
<-ch
}
- Log gist:
Description
defaultButton,cancelButton text do not change.

Not supported, will add this feature.
Get it , waiting for next milestone. 👍