mirror of
https://github.com/ankitects/anki.git
synced 2025-12-20 10:22:57 -05:00
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
1 changed files with 0 additions and 2 deletions
|
|
@ -599,8 +599,6 @@ class CardLayout(QDialog):
|
||||||
if not name.strip():
|
if not name.strip():
|
||||||
return
|
return
|
||||||
|
|
||||||
if not self.change_tracker.mark_schema():
|
|
||||||
return
|
|
||||||
template["name"] = name
|
template["name"] = name
|
||||||
self.redraw_everything()
|
self.redraw_everything()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue