[UI] Added some missing commands.
This commit is contained in:
parent
32f1007fd5
commit
22003de3d3
|
@ -398,7 +398,7 @@ MenuBar {
|
||||||
Action {
|
Action {
|
||||||
text: translate.getTranslation("CYCLE_VIDEO", i18n.language)
|
text: translate.getTranslation("CYCLE_VIDEO", i18n.language)
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
player.nextVideoTrack()
|
player.playerCommand(Enums.Commands.NextVideoTrack)
|
||||||
}
|
}
|
||||||
shortcut: keybinds.cycleVideo
|
shortcut: keybinds.cycleVideo
|
||||||
}
|
}
|
||||||
|
@ -425,7 +425,7 @@ MenuBar {
|
||||||
Action {
|
Action {
|
||||||
text: translate.getTranslation("CYCLE_SUB_TRACK", i18n.language)
|
text: translate.getTranslation("CYCLE_SUB_TRACK", i18n.language)
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
player.nextSubtitleTrack()
|
player.playerCommand(Enums.Commands.NextSubtitleTrack)
|
||||||
}
|
}
|
||||||
shortcut: keybinds.cycleSub
|
shortcut: keybinds.cycleSub
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue