mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add action to menu
This commit is contained in:
parent
9d6eb0d5c2
commit
4e137c1f4b
1 changed files with 1 additions and 0 deletions
|
|
@ -1105,6 +1105,7 @@ class ProjectListWidget(QtWidgets.QWidget):
|
|||
extract_action.triggered.connect(self.extract_to_file_requested)
|
||||
|
||||
menu.addMenu(submenu)
|
||||
menu.addAction(extract_action)
|
||||
menu.exec_(QtGui.QCursor.pos())
|
||||
|
||||
def on_item_clicked(self, new_index):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue