Note: Disable note tab.

dev-brahim
Pierre-Antoine 2025-03-25 13:46:28 +01:00
parent 1351d7e5fc
commit 466cda0a35
1 changed files with 3 additions and 0 deletions

View File

@ -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()