[vlc-commits] [Git][videolan/vlc][master] qml: fix grouping in video views
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Sat May 11 12:07:14 UTC 2024
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
04ba6eb3 by Prince Gupta at 2024-05-11T11:49:06+00:00
qml: fix grouping in video views
fixes a typo
- - - - -
1 changed file:
- modules/gui/qt/medialibrary/qml/VideoAllSubDisplay.qml
Changes:
=====================================
modules/gui/qt/medialibrary/qml/VideoAllSubDisplay.qml
=====================================
@@ -37,7 +37,7 @@ VideoAll {
property SortMenuVideo sortMenu: SortMenuVideo {
ctx: MainCtx
- onGrouping: (groupping) => { MainCtx.grouping = grouping }
+ onGrouping: (grouping) => { MainCtx.grouping = grouping }
}
// Private
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/04ba6eb336081c0930725c91237ab688483ac4a7
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/04ba6eb336081c0930725c91237ab688483ac4a7
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