From 3bed369a40776753b84e656cc22da1481cb92ebb Mon Sep 17 00:00:00 2001 From: tigeren Date: Sun, 19 Oct 2025 12:58:35 +0000 Subject: [PATCH] feat(local-player-launcher): add cancel buttons for easier dialog dismissal - Added a cancel button below main action buttons on the player launcher - Inserted another cancel button inside the settings section for consistent UI - Both buttons use ghost variant style and full width with muted text - Enhance user experience by providing improved dialog dismissal options --- src/components/local-player-launcher.tsx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/components/local-player-launcher.tsx b/src/components/local-player-launcher.tsx index 3392ef8..35e293d 100644 --- a/src/components/local-player-launcher.tsx +++ b/src/components/local-player-launcher.tsx @@ -472,6 +472,12 @@ export default function LocalPlayerLauncher({ +
+ +
+
You can change this in Settings → Video Player
@@ -688,6 +694,17 @@ export default function LocalPlayerLauncher({ Settings + + {/* Cancel Button */} +
+ +