mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
added comment
This commit is contained in:
parent
bef56a526f
commit
552bc03aa6
1 changed files with 3 additions and 0 deletions
|
|
@ -200,6 +200,9 @@ class FilesWidget(QtWidgets.QWidget):
|
|||
self._open_workfile(folder_id, task_id, path)
|
||||
|
||||
def _on_current_open_requests(self):
|
||||
# TODO validate if item under mouse is enabled
|
||||
# - thi uses selected item, but that does not have to be the one
|
||||
# under mouse
|
||||
self._on_workarea_open_clicked()
|
||||
|
||||
def _on_duplicate_request(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue