message menu update - plugins, quotes
This commit is contained in:
parent
6297da1c69
commit
697a9efb51
5 changed files with 44 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue