You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't trigger save when gtk save dialog is closed by escape.
Pressing escape to close the gtk save dialog sets the return value
of `dialog.run()` to `ResponseType.DELETE_EVENT` rather than
`ResponseType.CANCEL` (and thus previously incorrectly triggered a
save), whereas checking for `ResponseType.OK` covers all cases.
0 commit comments