mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Code cleanup
This commit is contained in:
parent
e5b7349dff
commit
7941c73f82
1 changed files with 3 additions and 1 deletions
|
|
@ -82,7 +82,9 @@ class UnrealPrelaunchHook(PreLaunchHook):
|
||||||
)
|
)
|
||||||
|
|
||||||
# set up the splash screen with necessary triggers
|
# set up the splash screen with necessary triggers
|
||||||
ue_plugin_worker.installing.connect(splash_screen.update_top_label_text)
|
ue_plugin_worker.installing.connect(
|
||||||
|
splash_screen.update_top_label_text
|
||||||
|
)
|
||||||
ue_plugin_worker.progress.connect(splash_screen.update_progress)
|
ue_plugin_worker.progress.connect(splash_screen.update_progress)
|
||||||
ue_plugin_worker.log.connect(splash_screen.append_log)
|
ue_plugin_worker.log.connect(splash_screen.append_log)
|
||||||
ue_plugin_worker.finished.connect(splash_screen.quit_and_close)
|
ue_plugin_worker.finished.connect(splash_screen.quit_and_close)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue