mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
Stop automatically adding Image Occlusion type in Add screen (#3408)
This commit is contained in:
parent
880c7d366c
commit
9223b35aa0
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue