1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Desktop: Added 'Insert date time' option to menu

This commit is contained in:
Laurent Cozic 2019-01-30 22:45:49 +00:00
parent 915112e274
commit b6ba843d09

View File

@ -474,10 +474,12 @@ class Application extends BaseApplication {
name: 'textItalic',
});
},
}, {
type: 'separator',
screens: ['Main'],
}, {
label: _('Insert Date Time'),
screens: ['Main'],
visible: false,
accelerator: 'CommandOrControl+Shift+T',
click: () => {
this.dispatch({