From 7107161dc159fdef30ee8bcdb638666d76dbf0f2 Mon Sep 17 00:00:00 2001 From: neoapps-dev Date: Thu, 21 May 2026 11:23:45 +0300 Subject: [PATCH] fix(SetupView): use checkboxes --- src/components/views/SetupView.tsx | 88 ++++++++++++++++++++++-------- 1 file changed, 64 insertions(+), 24 deletions(-) diff --git a/src/components/views/SetupView.tsx b/src/components/views/SetupView.tsx index 6181bf4..523803c 100644 --- a/src/components/views/SetupView.tsx +++ b/src/components/views/SetupView.tsx @@ -424,12 +424,22 @@ const SetupView: React.FC = ({ onComplete }) => { Click effects - {enableVfx +
+ checkbox + {enableVfx && ( + checked + )} +

You can change these later in settings

@@ -484,21 +504,41 @@ const SetupView: React.FC = ({ onComplete }) => { )}
Click Effects - {enableVfx +
+ checkbox + {enableVfx && ( + checked + )} +
Discord RPC - {enableDiscordRPC +
+ checkbox + {enableDiscordRPC && ( + checked + )} +