From 9223b35aa0bc9ad8134be6a18e8bece067d4df02 Mon Sep 17 00:00:00 2001 From: Abdo Date: Tue, 10 Sep 2024 22:21:37 +0300 Subject: [PATCH] Stop automatically adding Image Occlusion type in Add screen (#3408) --- qt/aqt/addcards.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qt/aqt/addcards.py b/qt/aqt/addcards.py index cb2e4609c..c99a8e99d 100644 --- a/qt/aqt/addcards.py +++ b/qt/aqt/addcards.py @@ -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)