diff --git a/View/note_tab.py b/View/note_tab.py index 019d835..a5bf496 100644 --- a/View/note_tab.py +++ b/View/note_tab.py @@ -21,6 +21,9 @@ class NoteTab(QWidget): path_icon = "./icons/" + # FIXME: The note are disabled because there are never saved + widget_tab.setEnabled(False) + self.verticalLayout_main_note_tab = QVBoxLayout(widget_tab) self.horizontalLayout_toolbar = QHBoxLayout()