Skip to content
Snippets Groups Projects
Commit 92123ac2 authored by Aakarsh MJ's avatar Aakarsh MJ Committed by Jean-Baptiste Kempf
Browse files

qt: Added shuffle tooltip


Fixes #28595

Signed-off-by: Aakarsh MJ's avatarAakarsh MJ <mj.akarsh@gmail.com>
parent d5c19a4f
No related branches found
No related tags found
Loading
Pipeline #466789 passed with warnings with stage
in 19 minutes and 27 seconds
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment