1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Desktop: Remove template feature (replaced by template plugin)

This commit is contained in:
Laurent Cozic
2021-08-06 10:58:32 +01:00
parent b0609319fd
commit e9d590169b
15 changed files with 52 additions and 222 deletions

View File

@@ -14,8 +14,6 @@ const getLabel = (commandName: string): string => {
switch (commandName) {
case 'quit':
return _('Quit');
case 'insertTemplate':
return _('Insert template');
case 'zoomActualSize':
return _('Actual Size');
case 'gotoAnything':