Skip to content
Snippets Groups Projects
Commit 4fada707 authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Steve Lhomme
Browse files

qml: fix playback speed button

add missing required property
parent d69a76f3
No related branches found
No related tags found
1 merge request!5642qml: fix playback speed button
Pipeline #486209 passed with stage
in 17 minutes and 21 seconds
......@@ -32,6 +32,8 @@ PopupIconToolButton {
text: qsTr("Playback Speed")
description: qsTr("change playback speed")
popup.contentItem: P.PlaybackSpeed {
colorContext.palette: root.colorContext.palette
......
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