Closed Charliego3 closed 3 years ago
ok := dialog.Message("%s", "Do you want to continue?").Title("Are you sure?").YesNo() log.Println(ok)
The code is like this, sometimes the Message cannot be displayed, sometimes it can be displayed, and the program is blocked when it is not displayed.
I write code on macOS, version: 11.0.1
But File and Directory can work normally.
Use this library, it works on macOS Cataline
OK, thanks.
The code is like this, sometimes the Message cannot be displayed, sometimes it can be displayed, and the program is blocked when it is not displayed.
I write code on macOS, version: 11.0.1
But File and Directory can work normally.