mirror of
https://github.com/ankitects/anki.git
synced 2025-12-31 07:43:02 -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
cd4f5a41fc
commit
d043a5ed26
1 changed files with 0 additions and 2 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue