[vlc-commits] [Git][videolan/vlc][master] qml: add missing property in BrowseDeviceView

Steve Lhomme (@robUx4) gitlab at videolan.org
Mon Apr 7 12:55:01 UTC 2025



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
28b0d9f9 by Ashutosh Verma at 2025-04-07T12:28:57+00:00
qml: add missing property in BrowseDeviceView

Signed-off by: Ash <ashutoshv191 at gmail.com>

- - - - -


1 changed file:

- modules/gui/qt/network/qml/BrowseDeviceView.qml


Changes:

=====================================
modules/gui/qt/network/qml/BrowseDeviceView.qml
=====================================
@@ -53,6 +53,8 @@ FocusScope {
 
     property bool isSearchable: true
 
+    readonly property bool hasGridListMode: true
+
     property Component header: Widgets.ViewHeader {
         view: root
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/28b0d9f9fcfec9d9d09a3d70a60a92d4aa5c0494

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/28b0d9f9fcfec9d9d09a3d70a60a92d4aa5c0494
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