Skip to content

Commit

Permalink
fix(settings): remove signaling server setting (#2977)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmcg committed Apr 26, 2022
1 parent 65a36ca commit 3c25b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/views/settings/pages/privacy/Privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<InteractablesSwitch v-model="blockNsfw" />
</SettingsUnit>
</div>
<div class="columns is-desktop">
<!-- <div class="columns is-desktop">
<SettingsUnit
:title="$t('pages.privacy.serverType.title')"
:text="$t('pages.privacy.serverType.subtitle')"
Expand All @@ -59,7 +59,7 @@
class="form-control"
/>
</SettingsUnit>
</div>
</div> -->

<div
v-if="serverType === 'own'"
Expand Down

0 comments on commit 3c25b5c

Please sign in to comment.