mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
do not pass any arguments to tray_init method
This commit is contained in:
parent
81205c1ba0
commit
073e5b5532
14 changed files with 19 additions and 21 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue