1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Desktop: Dev fix: Added back title on header buttons

This commit is contained in:
Laurent Cozic
2020-07-04 10:33:04 +01:00
parent 3aea55ee63
commit 7035b1f9f6
7 changed files with 18 additions and 2 deletions

View File

@ -14,5 +14,8 @@ export const runtime = (comp:any):CommandRuntime => {
type: 'NOTELIST_VISIBILITY_TOGGLE',
});
},
title: () => {
return _('Toggle note list');
},
};
};