mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
fix inMainWindow()
This commit is contained in:
parent
39dbbe4489
commit
c19c45ef4a
1 changed files with 0 additions and 1 deletions
|
@ -734,7 +734,6 @@ To upgrade an old deck, download Anki 0.9.8.7."""))
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def inMainWindow(self):
|
def inMainWindow(self):
|
||||||
return True
|
|
||||||
return self.app.activeWindow() == self
|
return self.app.activeWindow() == self
|
||||||
|
|
||||||
def onNew(self, initial=False, path=None):
|
def onNew(self, initial=False, path=None):
|
||||||
|
|
Loading…
Reference in a new issue