mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Remove the do setup part
This commit is contained in:
parent
634dd59a83
commit
8a50d972ba
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ export function ConnectionsPart(props: BackendEditProps & ProxyEditProps) {
|
||||||
<div>
|
<div>
|
||||||
<Heading1 border>{t("settings.connections.title")}</Heading1>
|
<Heading1 border>{t("settings.connections.title")}</Heading1>
|
||||||
<div className="space-y-6">
|
<div className="space-y-6">
|
||||||
<SetupPart />
|
{/* <SetupPart /> Removed due to NSBX limitations */}
|
||||||
<ProxyEdit
|
<ProxyEdit
|
||||||
proxyUrls={props.proxyUrls}
|
proxyUrls={props.proxyUrls}
|
||||||
setProxyUrls={props.setProxyUrls}
|
setProxyUrls={props.setProxyUrls}
|
||||||
|
|
Loading…
Reference in a new issue