[bugfix]: remove ignore CORS/SSL switches from web version (#305)

This commit is contained in:
Kendall Garner
2023-10-17 13:21:36 +00:00
committed by GitHub
parent ac7ec133db
commit f4f73289c9
@@ -98,6 +98,8 @@ export const ServerList = () => {
);
})}
</Accordion>
{isElectron() && (
<>
<Divider />
<Group>
<Switch
@@ -113,6 +115,8 @@ export const ServerList = () => {
onChange={handleUpdateIgnoreSSL}
/>
</Group>
</>
)}
</Stack>
</>
);