Skip to content
Snippets Groups Projects

qml: Check the playback state for custom buttons

Merged Benjamin Arnaud requested to merge bunjee/vlc:ci-buttonC into master
Files
5
@@ -26,6 +26,9 @@ import "qrc:///style/"
Widgets.IconControlButton {
id: fasterBtn
size: VLCStyle.icon_medium
enabled: Player.ratechangable
iconText: VLCIcons.faster
onClicked: Player.faster()
text: I18n.qtr("Faster")
Loading