diff --git a/src/components/profile-data-table.tsx b/src/components/profile-data-table.tsx index 239cd7c..724c57a 100644 --- a/src/components/profile-data-table.tsx +++ b/src/components/profile-data-table.tsx @@ -769,7 +769,9 @@ export function ProfilesDataTable({ onClick={() => { onProxySettings(profile); }} - disabled={!browserState.isClient || isBrowserUpdating} + disabled={ + !browserState.isClient || isBrowserUpdating || isRunning + } > Configure Proxy