mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
fix preferences screen indiscriminately triggering queue rebuild
This commit is contained in:
parent
1479957538
commit
6878d4ca24
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ class Preferences(QDialog):
|
||||||
self.update_profile()
|
self.update_profile()
|
||||||
self.update_global()
|
self.update_global()
|
||||||
self.mw.pm.save()
|
self.mw.pm.save()
|
||||||
self.mw.reset()
|
|
||||||
self.done(0)
|
self.done(0)
|
||||||
aqt.dialogs.markClosed("Preferences")
|
aqt.dialogs.markClosed("Preferences")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue