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