feat(layout): integrate note map

This commit is contained in:
Elian Doran
2025-12-11 22:01:22 +02:00
parent bd9fe14a6c
commit 726d6aad65
9 changed files with 31 additions and 8 deletions

View File

@@ -119,7 +119,7 @@ export const RIBBON_TAB_DEFINITIONS: TabConfiguration[] = [
title: t("note_map.title"),
icon: "bx bxs-network-chart",
content: NoteMapTab,
show: true,
show: !isNewLayout,
toggleCommand: "toggleRibbonTabNoteMap"
},
{