Skip to content

Commit 9738055

Browse files
committed
Add config message
1 parent 0b006f8 commit 9738055

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/py/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ def update():
100100
oback = model["tmpls"][0]["afmt"]
101101
ocss = model['css']
102102

103+
if strvercmp(CVER, '1.1.2') < 0:
104+
msgs.append('The default `scroll` configuration shipped in earlier versions was errounously set to `section-context` in certain cases, that is an invalid setting, manually set to `context` instead.')
105+
103106
if strvercmp(CVER, '1.1.1') < 0:
104107
msgs.append('The Anki 2.15.56+ back end is now supported on AnkiDroid 2.16alpha93+ with `Use new backend` enabled and AnkiMobile 2.0.88+.')
105108

0 commit comments

Comments
 (0)