diff --git a/src/components/profile-data-table.tsx b/src/components/profile-data-table.tsx
index d13622d..dc79f8b 100644
--- a/src/components/profile-data-table.tsx
+++ b/src/components/profile-data-table.tsx
@@ -381,14 +381,16 @@ export function ProfilesDataTable({
>
Configure Proxy
- {
- onChangeVersion(profile);
- }}
- disabled={!isClient || isRunning || isBrowserUpdating}
- >
- Switch Release
-
+ {["chromium", "zen"].includes(profile.browser) && (
+ {
+ onChangeVersion(profile);
+ }}
+ disabled={!isClient || isRunning || isBrowserUpdating}
+ >
+ Switch Release
+
+ )}
{
setProfileToRename(profile);