mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 09:28:29 +00:00
web/settings/privacy: remove beta tag from tunneling
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Waiting to run
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Run service tests / test service functionality (push) Has been cancelled
Run service tests / test service: ${{ matrix.service }} (push) Has been cancelled
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Waiting to run
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Run service tests / test service functionality (push) Has been cancelled
Run service tests / test service: ${{ matrix.service }} (push) Has been cancelled
This commit is contained in:
parent
ea2dd5bb35
commit
ce131b1454
@ -7,7 +7,7 @@
|
|||||||
import SettingsCategory from "$components/settings/SettingsCategory.svelte";
|
import SettingsCategory from "$components/settings/SettingsCategory.svelte";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<SettingsCategory sectionId="tunnel" title={$t("settings.privacy.tunnel")} beta>
|
<SettingsCategory sectionId="tunnel" title={$t("settings.privacy.tunnel")}>
|
||||||
<SettingsToggle
|
<SettingsToggle
|
||||||
settingContext="privacy"
|
settingContext="privacy"
|
||||||
settingId="alwaysProxy"
|
settingId="alwaysProxy"
|
||||||
|
Loading…
Reference in New Issue
Block a user