Note: Disable note tab.
parent
1351d7e5fc
commit
466cda0a35
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue