[vlc-devel] [PATCH 13/14] qml: remove uri below the file name while browsing network
Pierre Lamot
pierre at videolabs.io
Thu Feb 6 13:56:50 CET 2020
---
modules/gui/qt/network/qml/NetworkBrowseDisplay.qml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt/network/qml/NetworkBrowseDisplay.qml b/modules/gui/qt/network/qml/NetworkBrowseDisplay.qml
index de6913e140..e5d972804f 100644
--- a/modules/gui/qt/network/qml/NetworkBrowseDisplay.qml
+++ b/modules/gui/qt/network/qml/NetworkBrowseDisplay.qml
@@ -152,7 +152,7 @@ Widgets.NavigableFocusScope {
property var model: ({})
- subtitle: model.mrl || ""
+ subtitle: ""
onItemClicked : {
delegateModel.updateSelection( modifier , delegateModel.currentIndex, index)
--
2.17.1
More information about the vlc-devel
mailing list