refactor: do not allow changing camoufox config if it is running

This commit is contained in:
zhom
2025-07-25 09:18:49 +04:00
parent b55ef469ed
commit 7c2be81531
2 changed files with 50 additions and 59 deletions
+1 -1
View File
@@ -459,7 +459,7 @@ export function ProfilesDataTable({
onClick={() => {
onConfigureCamoufox(profile);
}}
disabled={!isClient || isBrowserUpdating}
disabled={!isClient || isRunning || isBrowserUpdating}
>
Configure Camoufox
</DropdownMenuItem>