Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
439
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
7bcc8a17
Commit
7bcc8a17
authored
3 years ago
by
Benjamin Arnaud
Committed by
Hugo Beauzée-Luyssen
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
qml/MediaGroupList: Fix group label
parent
08214798
No related branches found
No related tags found
1 merge request
!80
qml/MediaGroupList: Fix group label
Pipeline
#94090
passed with stage
Stage:
in 20 minutes and 46 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/gui/qt/medialibrary/qml/MediaGroupList.qml
+1
-1
1 addition, 1 deletion
modules/gui/qt/medialibrary/qml/MediaGroupList.qml
with
1 addition
and
1 deletion
modules/gui/qt/medialibrary/qml/MediaGroupList.qml
+
1
−
1
View file @
7bcc8a17
...
...
@@ -279,7 +279,7 @@ Widgets.NavigableFocusScope {
title
:
(
model
.
name
)
?
model
.
name
:
i18n
.
qtr
(
"
Unknown title
"
)
labels
:
_getLabels
(
model
,
i18n
.
qtr
(
"
%1
Media
s
"
))
labels
:
_getLabels
(
model
,
i18n
.
qtr
(
"
%1
Video
s
"
))
// NOTE: We don't want to show the indicator for a group.
showNewIndicator
:
(
model
.
count
===
1
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment