skip the schema warning on template rename

https://forums.ankiweb.net/t/unnecessary-full-upload-notification/6611
This commit is contained in:
Damien Elmes 2021-01-18 12:03:07 +10:00
parent 4c30f5506a
commit a57e326906

View File

@ -599,8 +599,6 @@ class CardLayout(QDialog):
if not name.strip():
return
if not self.change_tracker.mark_schema():
return
template["name"] = name
self.redraw_everything()