mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +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
|
||||
|
||||
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_library_loader.triggered.connect(self.show_library_loader)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue