mirror of
https://github.com/ankitects/anki.git
synced 2025-11-13 08:07:11 -05:00
mention syncing disabled case
This commit is contained in:
parent
ee7da2bd65
commit
61812b173d
1 changed files with 4 additions and 2 deletions
|
|
@ -4346,8 +4346,10 @@ If you want to keep your changes to the online version, please use \
|
||||||
File>Download>Personal Deck to download the online version.
|
File>Download>Personal Deck to download the online version.
|
||||||
|
|
||||||
If you want to keep the version on your computer, please enable \
|
If you want to keep the version on your computer, please enable \
|
||||||
syncing again via Settings>Deck Properties>Synchronsiation. \
|
syncing again via Settings>Deck Properties>Synchronsiation.
|
||||||
(ERR-0101)""") % {
|
|
||||||
|
If you have syncing disabled in the preferences, you can ignore \
|
||||||
|
this message. (ERR-0101)""") % {
|
||||||
'sname':sname, 'dname':dname})
|
'sname':sname, 'dname':dname})
|
||||||
deck.disableSyncing()
|
deck.disableSyncing()
|
||||||
elif sname:
|
elif sname:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue