skip the schema warning on template rename
https://forums.ankiweb.net/t/unnecessary-full-upload-notification/6611
This commit is contained in:
parent
4c30f5506a
commit
a57e326906
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user