[bugfix]: remove ignore CORS/SSL switches from web version (#305)
This commit is contained in:
parent
ac7ec133db
commit
f4f73289c9
1 changed files with 19 additions and 15 deletions
|
@ -98,6 +98,8 @@ export const ServerList = () => {
|
|||
);
|
||||
})}
|
||||
</Accordion>
|
||||
{isElectron() && (
|
||||
<>
|
||||
<Divider />
|
||||
<Group>
|
||||
<Switch
|
||||
|
@ -113,6 +115,8 @@ export const ServerList = () => {
|
|||
onChange={handleUpdateIgnoreSSL}
|
||||
/>
|
||||
</Group>
|
||||
</>
|
||||
)}
|
||||
</Stack>
|
||||
</>
|
||||
);
|
||||
|
|
Reference in a new issue