mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-24 21:07:41 +02:00
[bugfix]: remove ignore CORS/SSL switches from web version (#305)
This commit is contained in:
@@ -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 New Issue
Block a user