diff --git a/web/src/components/Settings/PrimarySettingsComponent.jsx b/web/src/components/Settings/PrimarySettingsComponent.jsx
index 4c51482..643e6bf 100644
--- a/web/src/components/Settings/PrimarySettingsComponent.jsx
+++ b/web/src/components/Settings/PrimarySettingsComponent.jsx
@@ -95,7 +95,7 @@ export default function PrimarySettingsComponent({
/>
}
+ control={}
label={t('SettingsDialog.PreloadBuffer')}
/>
@@ -123,7 +123,9 @@ export default function PrimarySettingsComponent({
}
+ control={
+
+ }
label={t('SettingsDialog.RemoveCacheOnDrop')}
/>
diff --git a/web/src/components/Settings/SecondarySettingsComponent.jsx b/web/src/components/Settings/SecondarySettingsComponent.jsx
index 0d1fcd6..12b6550 100644
--- a/web/src/components/Settings/SecondarySettingsComponent.jsx
+++ b/web/src/components/Settings/SecondarySettingsComponent.jsx
@@ -30,27 +30,27 @@ export default function SecondarySettingsComponent({ settings, inputForm }) {
{t('SettingsDialog.AdditionalSettings')}
}
+ control={}
label='IPv6'
/>
}
+ control={}
label='TCP (Transmission Control Protocol)'
/>
}
+ control={}
label='μTP (Micro Transport Protocol)'
/>
}
+ control={}
label='PEX (Peer Exchange)'
/>
}
+ control={}
label={t('SettingsDialog.ForceEncrypt')}
/>
@@ -75,7 +75,7 @@ export default function SecondarySettingsComponent({ settings, inputForm }) {
/>
}
+ control={}
label={t('SettingsDialog.DHT')}
/>
@@ -100,7 +100,7 @@ export default function SecondarySettingsComponent({ settings, inputForm }) {
/>
}
+ control={}
label={t('SettingsDialog.Upload')}
/>
@@ -125,7 +125,7 @@ export default function SecondarySettingsComponent({ settings, inputForm }) {
/>
}
+ control={}
label='UPnP (Universal Plug and Play)'
/>
diff --git a/web/src/components/Settings/SettingsDialog.jsx b/web/src/components/Settings/SettingsDialog.jsx
index f1700b1..5c3368a 100644
--- a/web/src/components/Settings/SettingsDialog.jsx
+++ b/web/src/components/Settings/SettingsDialog.jsx
@@ -102,8 +102,8 @@ export default function SettingsDialog({ handleClose }) {
@@ -169,7 +169,7 @@ export default function SettingsDialog({ handleClose }) {
{t('SettingsDialog.ResetToDefault')}
-