Stop automatically adding Image Occlusion type in Add screen (#3408)

This commit is contained in:
Abdo 2024-09-10 22:21:37 +03:00 committed by GitHub
parent 880c7d366c
commit 9223b35aa0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,6 @@ class AddCards(QMainWindow):
add_close_shortcut(self)
self._load_new_note()
self.setupButtons()
self.col.add_image_occlusion_notetype()
self.history: list[NoteId] = []
self._last_added_note: Note | None = None
gui_hooks.operation_did_execute.append(self.on_operation_did_execute)