do not pass any arguments to tray_init method

This commit is contained in:
iLLiCiTiT 2020-12-10 17:39:04 +01:00
parent 81205c1ba0
commit 073e5b5532
14 changed files with 19 additions and 21 deletions

View file

@ -34,7 +34,7 @@ class MusterModule(PypeModule, ITrayModule, IRestApi):
"MUSTER_REST_URL": self.muster_url
}
def tray_init(self, tray_widget, main_window):
def tray_init(self):
from .widget_login import MusterLogin
self.widget_login = MusterLogin(self)