From 3bad98dca92e8d366c5dfb8e75399c87942b4b20 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Sun, 1 Sep 2024 01:43:52 -0400 Subject: [PATCH] Move options around --- webview-ui/src/components/SettingsView.tsx | 34 +++++++++++----------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/webview-ui/src/components/SettingsView.tsx b/webview-ui/src/components/SettingsView.tsx index 480919b..3ff33a4 100644 --- a/webview-ui/src/components/SettingsView.tsx +++ b/webview-ui/src/components/SettingsView.tsx @@ -90,23 +90,6 @@ const SettingsView = ({ onDone }: SettingsViewProps) => { -
- setAlwaysAllowReadOnly(e.target.checked)}> - Always allow read-only operations - -

- When enabled, Claude will automatically read files and view directories without requiring you to - click the Allow button. -

-
-
{

+
+ setAlwaysAllowReadOnly(e.target.checked)}> + Always allow read-only operations + +

+ When enabled, Claude will automatically read files and view directories without requiring you to + click the Allow button. +

+
+ {IS_DEV && ( <>
Debug