mirror of https://github.com/laurent22/joplin.git
Electron: Fixes #634: Press ESC to dismiss dialog in non-English languages
parent
df302206dd
commit
74e2b0d15d
|
@ -87,6 +87,7 @@ class Bridge {
|
|||
const result = this.showMessageBox_(this.window(), {
|
||||
type: 'question',
|
||||
message: message,
|
||||
cancelId: 1,
|
||||
buttons: [_('OK'), _('Cancel')],
|
||||
});
|
||||
return result === 0;
|
||||
|
|
Loading…
Reference in New Issue