message menu update - plugins, quotes

This commit is contained in:
ingvar1995 2016-07-19 23:19:42 +03:00
parent 6297da1c69
commit 697a9efb51
5 changed files with 44 additions and 3 deletions

View file

@ -8,10 +8,11 @@ import plugin_support
from mainscreen_widgets import *
class MainWindow(QtGui.QMainWindow):
class MainWindow(QtGui.QMainWindow, Singleton):
def __init__(self, tox, reset, tray):
super(MainWindow, self).__init__()
super().__init__()
Singleton.__init__(self)
self.reset = reset
self.tray = tray
self.setAcceptDrops(True)