Fix?
This commit is contained in:
parent
9cba82affe
commit
3274003577
|
@ -390,9 +390,12 @@ Window {
|
|||
onTriggered: {
|
||||
if (appearance.clickToPause) {
|
||||
player.playerCommand(Enums.Commands.TogglePlayPause)
|
||||
return
|
||||
}
|
||||
if (topBar.visible) {
|
||||
globalConnections.hideUI()
|
||||
} else {
|
||||
globalConnections.showUI()
|
||||
mouseAreaPlayerTimer.restart()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue