fixing publisher parent

This commit is contained in:
Jakub Jezek 2023-06-06 16:49:34 +02:00
parent bf6a649b7e
commit a98ef68549
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -240,12 +240,14 @@ def _install_menu():
menu.addCommand(
"Create...",
lambda: host_tools.show_publisher(
parent=main_window,
tab="create"
)
)
menu.addCommand(
"Publish...",
lambda: host_tools.show_publisher(
parent=main_window,
tab="publish"
)
)