tailscale / walk

A Windows GUI toolkit for the Go Programming Language
Other
32 stars 5 forks source link

Bug in MainWindow's WM_CLOSE handler. #79

Closed dblohm7 closed 2 months ago

dblohm7 commented 2 months ago

We should still call Dispose by default when closing the window; it's just App().Exit() that should be gated on exitOnCloseDisabled.