1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-06 09:19:22 +02:00

macOS: Allow BACKSPACE instead of DELETE in CLI app

This commit is contained in:
Laurent Cozic
2017-12-01 18:56:35 +00:00
parent ea120eae91
commit ede1ed8b22
4 changed files with 31 additions and 9 deletions

View File

@@ -185,7 +185,7 @@ class MainScreenComponent extends React.Component {
this.setState({
promptOptions: {
label: _('Set or clear alarm:'),
label: _('Set alarm:'),
inputType: 'datetime',
buttons: ['ok', 'cancel', 'clear'],
value: note.todo_due ? new Date(note.todo_due) : null,