1
0
Fork 0
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:
Captain Jack Sparrow 2024-06-10 20:18:50 +00:00
parent 634dd59a83
commit 8a50d972ba

View file

@ -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}