untested support for #30

This commit is contained in:
ingvar1995 2016-09-26 21:58:14 +03:00
parent 006b3cd197
commit 8025c6a638
2 changed files with 5 additions and 0 deletions

View file

@ -183,6 +183,7 @@ class Toxygen:
self.tray.setObjectName('tray')
self.ms = MainWindow(self.tox, self.reset, self.tray)
app.aboutToQuit.connect(self.ms.close_window)
class Menu(QtGui.QMenu):