[vlc-commits] [Git][videolan/vlc][master] qml: fix playback speed button
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Jun 29 09:34:40 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
4fada707 by Prince Gupta at 2024-06-29T09:19:29+00:00
qml: fix playback speed button
add missing required property
- - - - -
1 changed file:
- modules/gui/qt/player/qml/controlbarcontrols/PlaybackSpeedButton.qml
Changes:
=====================================
modules/gui/qt/player/qml/controlbarcontrols/PlaybackSpeedButton.qml
=====================================
@@ -32,6 +32,8 @@ PopupIconToolButton {
text: qsTr("Playback Speed")
+ description: qsTr("change playback speed")
+
popup.contentItem: P.PlaybackSpeed {
colorContext.palette: root.colorContext.palette
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4fada707ac998a829ff0119e095ac8e8c2cec0dd
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4fada707ac998a829ff0119e095ac8e8c2cec0dd
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