mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
reenable closeAllWindows()
This commit is contained in:
parent
95fc3978a9
commit
44fd672ef8
1 changed files with 1 additions and 2 deletions
|
@ -218,8 +218,7 @@ title="%s">%s</button>''' % (
|
||||||
self.resize(500, 400)
|
self.resize(500, 400)
|
||||||
|
|
||||||
def closeAllDeckWindows(self):
|
def closeAllDeckWindows(self):
|
||||||
print "closealldeckwindows()"
|
aqt.dialogs.closeAll()
|
||||||
#aqt.dialogs.closeAll()
|
|
||||||
|
|
||||||
# Components
|
# Components
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
Loading…
Reference in a new issue