mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
since we detect when deck is moved, it should be safe to allow upload in multimode
This commit is contained in:
parent
51fe1d802b
commit
dd336fc7a7
1 changed files with 0 additions and 3 deletions
|
@ -148,9 +148,6 @@ sync was aborted. Please report this error.""")
|
||||||
# exists on server?
|
# exists on server?
|
||||||
deckCreated = False
|
deckCreated = False
|
||||||
if not proxy.hasDeck(syncName):
|
if not proxy.hasDeck(syncName):
|
||||||
# multi-mode?
|
|
||||||
if deck:
|
|
||||||
return
|
|
||||||
if self.onlyMerge:
|
if self.onlyMerge:
|
||||||
keys = [k for (k,v) in proxy.decks.items() if v[1] != -1]
|
keys = [k for (k,v) in proxy.decks.items() if v[1] != -1]
|
||||||
self.emit(SIGNAL("noMatchingDeck"), keys)
|
self.emit(SIGNAL("noMatchingDeck"), keys)
|
||||||
|
|
Loading…
Reference in a new issue