You've already forked joplin
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user