1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Desktop: Add a menu option to reset the application layout (#7786)

This commit is contained in:
pedr
2023-02-17 10:07:18 -03:00
committed by GitHub
parent e1a8c76598
commit 3a14b76a61
8 changed files with 52 additions and 0 deletions

View File

@@ -675,6 +675,7 @@ function useMenu(props: Props) {
label: _('&View'),
submenu: [
menuItemDic.toggleLayoutMoveMode,
menuItemDic.resetLayout,
separator(),
menuItemDic.toggleSideBar,
menuItemDic.toggleNoteList,