Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Elisa
Commits
4d598662
Commit
4d598662
authored
Apr 29, 2021
by
Tranter Madi
🌧
Browse files
Fix Repeat button's tooltip on mobile
parent
2667a647
Pipeline
#60166
passed with stage
in 8 minutes and 54 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/qml/mobile/MobileTrackPlayer.qml
View file @
4d598662
...
...
@@ -230,7 +230,7 @@ BasePlayerControl {
1
:
i18n
(
"
Current: Repeat current track
"
),
2
:
i18n
(
"
Current: Repeat all tracks in playlist
"
)
}
return
map
[
musicWidget
.
repeat
]
return
map
[
trackPlayer
.
repeat
]
}
icon.name
:
{
const
map
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment