[vlc-commits] qml: only show the medialibrary scanning progress in ml views
    Pierre Lamot 
    git at videolan.org
       
    Thu Aug 29 10:45:02 CEST 2019
    
    
  
vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | Tue Aug  6 18:42:20 2019 +0200| [47ed6c17446ffb068fa3e219f697c03421f4c6e4] | committer: Jean-Baptiste Kempf
qml: only show the medialibrary scanning progress in ml views
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=47ed6c17446ffb068fa3e219f697c03421f4c6e4
---
 modules/gui/qt/qml/MainInterface.qml             | 6 ------
 modules/gui/qt/qml/mediacenter/MCMainDisplay.qml | 6 ++++++
 2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/modules/gui/qt/qml/MainInterface.qml b/modules/gui/qt/qml/MainInterface.qml
index 9535d8ba27..685aebbe0d 100644
--- a/modules/gui/qt/qml/MainInterface.qml
+++ b/modules/gui/qt/qml/MainInterface.qml
@@ -146,12 +146,6 @@ Rectangle {
         }
     }
 
-    Utils.ScanProgressBar {
-        anchors.left: parent.left
-        anchors.right: parent.right
-        anchors.bottom: parent.bottom
-    }
-
     DG.Dialogs {
         anchors.fill: parent
         bgContent: root
diff --git a/modules/gui/qt/qml/mediacenter/MCMainDisplay.qml b/modules/gui/qt/qml/mediacenter/MCMainDisplay.qml
index 37f00d8cba..5500142a19 100644
--- a/modules/gui/qt/qml/mediacenter/MCMainDisplay.qml
+++ b/modules/gui/qt/qml/mediacenter/MCMainDisplay.qml
@@ -274,6 +274,12 @@ Utils.NavigableFocusScope {
                         medialibId.actionDown(index)
                 }
             }
+
+            Utils.ScanProgressBar {
+                anchors.left: parent.left
+                anchors.right: parent.right
+                anchors.bottom: parent.bottom
+            }
         }
 
     }
    
    
More information about the vlc-commits
mailing list