mirror of
https://github.com/imputnet/cobalt.git
synced 2025-02-05 21:18:13 +00:00
web/privacy: mark tunnelling feature as beta
Some checks are pending
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 tests / test service functionality (push) Waiting to run
Run tests / test service: ${{ matrix.service }} (push) Blocked by required conditions
Some checks are pending
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 tests / test service functionality (push) Waiting to run
Run tests / test service: ${{ matrix.service }} (push) Blocked by required conditions
This commit is contained in:
parent
ac76f8e32b
commit
8e9e8ab63f
|
@ -7,7 +7,7 @@
|
|||
import SettingsCategory from "$components/settings/SettingsCategory.svelte";
|
||||
</script>
|
||||
|
||||
<SettingsCategory sectionId="tunnel" title={$t("settings.privacy.tunnel")}>
|
||||
<SettingsCategory sectionId="tunnel" title={$t("settings.privacy.tunnel")} beta>
|
||||
<SettingsToggle
|
||||
settingContext="privacy"
|
||||
settingId="alwaysProxy"
|
||||
|
|
Loading…
Reference in a new issue