1
0
Fork 0

Maybe fix the tap to show UI?

This commit is contained in:
namedkitten 2020-04-28 03:39:04 +01:00
parent fd4b99c6c2
commit 9cba82affe

View file

@ -390,6 +390,9 @@ Window {
onTriggered: {
if (appearance.clickToPause) {
player.playerCommand(Enums.Commands.TogglePlayPause)
} else {
globalConnections.showUI()
mouseAreaPlayerTimer.restart()
}
}
}