mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
modified library loader action label
This commit is contained in:
parent
eb16141a0e
commit
03c3b4213c
1 changed files with 3 additions and 1 deletions
|
|
@ -35,7 +35,9 @@ class AvalonApps:
|
||||||
return
|
return
|
||||||
|
|
||||||
action_launcher = QtWidgets.QAction("Launcher", parent_menu)
|
action_launcher = QtWidgets.QAction("Launcher", parent_menu)
|
||||||
action_library_loader = QtWidgets.QAction("Library", parent_menu)
|
action_library_loader = QtWidgets.QAction(
|
||||||
|
"Library loader", parent_menu
|
||||||
|
)
|
||||||
|
|
||||||
action_launcher.triggered.connect(self.show_launcher)
|
action_launcher.triggered.connect(self.show_launcher)
|
||||||
action_library_loader.triggered.connect(self.show_library_loader)
|
action_library_loader.triggered.connect(self.show_library_loader)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue