[vlc-commits] [Git][videolan/vlc][master] qml: fix recent URL list display
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sun Feb 12 14:04:05 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
0745da73 by Pierre Lamot at 2023-02-12T13:50:31+00:00
qml: fix recent URL list display
- - - - -
1 changed file:
- modules/gui/qt/medialibrary/qml/UrlListDisplay.qml
Changes:
=====================================
modules/gui/qt/medialibrary/qml/UrlListDisplay.qml
=====================================
@@ -49,11 +49,11 @@ Widgets.KeyNavigableTableView {
size: Math.max(listView_id._nbCols - 1, 1),
model: {
- criteria: url,
+ criteria: "url",
text: I18n.qtr("Url"),
- showSection: url,
+ showSection: "url",
headerDelegate: urlHeaderDelegate
}
@@ -61,7 +61,7 @@ Widgets.KeyNavigableTableView {
size: 1,
model: {
- criteria: last_played_date,
+ criteria: "last_played_date",
showSection: "",
showContextButton: true,
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0745da734f6e9f9afe7c1ebdbf3c0a2872d76bae
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0745da734f6e9f9afe7c1ebdbf3c0a2872d76bae
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