[vlc-commits] [Git][videolan/vlc][master] qml: show full player when pip player is double clicked
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Mon May 27 18:38:20 UTC 2024
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
380487aa by Fatih Uzunoglu at 2024-05-27T18:01:15+00:00
qml: show full player when pip player is double clicked
- - - - -
1 changed file:
- modules/gui/qt/player/qml/PIPPlayer.qml
Changes:
=====================================
modules/gui/qt/player/qml/PIPPlayer.qml
=====================================
@@ -74,6 +74,7 @@ Item {
hoverEnabled: true
onClicked: MainPlaylistController.togglePlayPause()
+ onDoubleClicked: History.push(["player"])
enabled: root.enabled
visible: root.visible
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/380487aa3d6003b9023dfc7c1a389c3f9ec1f48a
--
This project does not include diff previews in email notifications.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/380487aa3d6003b9023dfc7c1a389c3f9ec1f48a
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list