From 740d22d3ba80f9ff3446f60c512c24129e9be7fa Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 14 Oct 2025 21:17:34 +0000 Subject: [PATCH] nice --- copyparty/web/baguettebox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/web/baguettebox.js b/copyparty/web/baguettebox.js index cd140c9f..3b056700 100644 --- a/copyparty/web/baguettebox.js +++ b/copyparty/web/baguettebox.js @@ -933,7 +933,7 @@ window.baguetteBox = (function () { un_pp = 0; return playpause(); // browser undid space hotkey } - show_buttons(this.paused ? 1 : 0); + show_buttons(this.paused ? 0 : 1); } function showRightImage(e) {