From d043a5ed26342f2ed0814b0e3b51a112c98b8206 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 18 Jan 2021 12:03:07 +1000 Subject: [PATCH] skip the schema warning on template rename https://forums.ankiweb.net/t/unnecessary-full-upload-notification/6611 --- qt/aqt/clayout.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/qt/aqt/clayout.py b/qt/aqt/clayout.py index 3b793d5f8..2de5b6720 100644 --- a/qt/aqt/clayout.py +++ b/qt/aqt/clayout.py @@ -597,8 +597,6 @@ class CardLayout(QDialog): if not name.strip(): return - if not self.change_tracker.mark_schema(): - return template["name"] = name self.redraw_everything()