added comment

This commit is contained in:
Jakub Trllo 2025-04-28 17:50:14 +02:00
parent bef56a526f
commit 552bc03aa6

View file

@ -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):