Skip to content
Snippets Groups Projects
Commit 0106b7cf authored by Benjamin Arnaud's avatar Benjamin Arnaud Committed by Hugo Beauzée-Luyssen
Browse files

qml/SkipForwardButton: Check the player is seekable

parent 817ae084
No related branches found
No related tags found
1 merge request!1379qml: Check the playback state for custom buttons
......@@ -26,6 +26,9 @@ import "qrc:///style/"
Widgets.IconControlButton {
id: stepfwdBtn
size: VLCStyle.icon_medium
enabled: Player.seekable
iconText: VLCIcons.skip_for
onClicked: Player.jumpFwd()
text: I18n.qtr("Step forward")
......
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