[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> </Accordion>
{isElectron() && (
<>
<Divider /> <Divider />
<Group> <Group>
<Switch <Switch
@@ -113,6 +115,8 @@ export const ServerList = () => {
onChange={handleUpdateIgnoreSSL} onChange={handleUpdateIgnoreSSL}
/> />
</Group> </Group>
</>
)}
</Stack> </Stack>
</> </>
); );