mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 18:02:19 +00:00
18 lines
490 B
Diff
18 lines
490 B
Diff
diff -uNr anki-2.1.55.old/qt/aqt/profiles.py anki-2.1.55/qt/aqt/profiles.py
|
|
--- anki-2.1.55.old/qt/aqt/profiles.py 2023-01-02 18:35:44.574467892 +0800
|
|
+++ anki-2.1.55/qt/aqt/profiles.py 2023-01-02 18:34:00.412033736 +0800
|
|
@@ -77,11 +77,11 @@
|
|
|
|
metaConf = dict(
|
|
ver=0,
|
|
- updates=True,
|
|
+ updates=False,
|
|
created=int_time(),
|
|
id=random.randrange(0, 2**63),
|
|
lastMsg=-1,
|
|
- suppressUpdate=False,
|
|
+ suppressUpdate=True,
|
|
firstRun=True,
|
|
defaultLang=None,
|
|
)
|