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
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to