[vlc-commits] [Git][videolan/vlc][master] qml: fix home tab being displayed in the wrong configuration
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Sat Dec 25 17:26:59 UTC 2021
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
c41564f4 by Pierre Lamot at 2021-12-25T17:06:00+00:00
qml: fix home tab being displayed in the wrong configuration
home tab is designed to be displayed in no-medialibrary mode.
fix regression from 88f9ab3fbf0edb67787288b0b51c566c8a809b98
- - - - -
1 changed file:
- modules/gui/qt/maininterface/qml/MainDisplay.qml
Changes:
=====================================
modules/gui/qt/maininterface/qml/MainDisplay.qml
=====================================
@@ -116,7 +116,7 @@ FocusScope {
name: "music",
url: "qrc:///medialibrary/MusicDisplay.qml"
}, {
- listed: MainCtx.mediaLibraryAvailable,
+ listed: !MainCtx.mediaLibraryAvailable,
displayText: I18n.qtr("Home"),
icon: VLCIcons.home,
name: "home",
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c41564f469f20d1280d28b09035ca9ea09986272
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c41564f469f20d1280d28b09035ca9ea09986272
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list