Maybe fix the tap to show UI?
This commit is contained in:
parent
fd4b99c6c2
commit
9cba82affe
|
@ -390,6 +390,9 @@ Window {
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
if (appearance.clickToPause) {
|
if (appearance.clickToPause) {
|
||||||
player.playerCommand(Enums.Commands.TogglePlayPause)
|
player.playerCommand(Enums.Commands.TogglePlayPause)
|
||||||
|
} else {
|
||||||
|
globalConnections.showUI()
|
||||||
|
mouseAreaPlayerTimer.restart()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue