diff --git a/plugins/DigitalLibrary/resources/qml/OpenProjectFilesPage.qml b/plugins/DigitalLibrary/resources/qml/OpenProjectFilesPage.qml index e1918b3da7..5b237a3e48 100644 --- a/plugins/DigitalLibrary/resources/qml/OpenProjectFilesPage.qml +++ b/plugins/DigitalLibrary/resources/qml/OpenProjectFilesPage.qml @@ -65,6 +65,11 @@ Item model: manager.digitalFactoryFileModel visible: model.count != 0 && manager.retrievingFileStatus != DF.RetrievalStatus.InProgress selectionMode: OldControls.SelectionMode.SingleSelection + onDoubleClicked: + { + manager.setSelectedFileIndices([row]); + openFilesButton.clicked(); + } OldControls.TableViewColumn {