mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-20 11:03:06 +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>
|
</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 New Issue
Block a user