[vlc-commits] [Git][videolan/vlc][master] qt: Added shuffle tooltip
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Sun May 5 20:49:22 UTC 2024
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
92123ac2 by Aakarsh MJ at 2024-05-05T20:27:53+00:00
qt: Added shuffle tooltip
Fixes #28595
Signed-off-by: Aakarsh MJ <mj.akarsh at gmail.com>
- - - - -
1 changed file:
- modules/gui/qt/playlist/qml/PlaylistToolbar.qml
Changes:
=====================================
modules/gui/qt/playlist/qml/PlaylistToolbar.qml
=====================================
@@ -74,7 +74,7 @@ RowLayout {
checked: MainPlaylistController.random
font.pixelSize: VLCStyle.icon_playlist
- Accessible.name: qsTr("Shuffle")
+ description: qsTr("Shuffle")
text: VLCIcons.shuffle
onClicked: MainPlaylistController.toggleRandom()
focusPolicy: Qt.NoFocus
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/92123ac20990b6768a277f9aacc707898e8ef652
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/92123ac20990b6768a277f9aacc707898e8ef652
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list