diff --git a/src/qml/main.qml b/src/qml/main.qml index 7b75bea..1ea64bc 100644 --- a/src/qml/main.qml +++ b/src/qml/main.qml @@ -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() } } }