Browse Source

点击视频不会退出窗口

liuq 3 months ago
parent
commit
ce5b2cf93a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/display/gui_display.qml

+ 0 - 1
src/display/gui_display.qml

@@ -312,7 +312,6 @@ Rectangle {
                         cursorShape: Qt.PointingHandCursor
                         onClicked: {
                             root.playVideo(modelData.id)
-                            videoPopup.close()
                         }
                     }