refactor: disable proxy is profile is running

This commit is contained in:
zhom
2025-08-07 07:22:42 +04:00
parent ca20ccb489
commit 1a15af1ded
+3 -1
View File
@@ -769,7 +769,9 @@ export function ProfilesDataTable({
onClick={() => {
onProxySettings(profile);
}}
disabled={!browserState.isClient || isBrowserUpdating}
disabled={
!browserState.isClient || isBrowserUpdating || isRunning
}
>
Configure Proxy
</DropdownMenuItem>