mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +00:00
web/settings/privacy: remove beta tag from tunneling
This commit is contained in:
parent
ea2dd5bb35
commit
ce131b1454
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
import SettingsCategory from "$components/settings/SettingsCategory.svelte";
|
||||
</script>
|
||||
|
||||
<SettingsCategory sectionId="tunnel" title={$t("settings.privacy.tunnel")} beta>
|
||||
<SettingsCategory sectionId="tunnel" title={$t("settings.privacy.tunnel")}>
|
||||
<SettingsToggle
|
||||
settingContext="privacy"
|
||||
settingId="alwaysProxy"
|
||||
|
|
Loading…
Reference in a new issue