sqweek / dialog

Simple cross-platform dialog API for go-lang
ISC License
509 stars 77 forks source link

Message can not to show #54

Closed Charliego3 closed 3 years ago

Charliego3 commented 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.

faruqisan commented 3 years ago

Use this library, it works on macOS Cataline

Charliego3 commented 3 years ago

Use this library, it works on macOS Cataline

OK, thanks.