Skip to content

Commit

Permalink
Disable privacy mode toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmybisenius committed Feb 11, 2021
1 parent b35baa3 commit 4bae276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/pages/dashboard/settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
</div>

<!-- Privacy mode toggle -->
<div class="flex flex-row w-full mb-6 items-start">
<!--<div class="flex flex-row w-full mb-6 items-start">
<input
type="checkbox"
style="margin-top:3px;"
Expand All @@ -134,7 +134,7 @@
<label class="ml-4 block text-sm leading-5 text-gray-600">
Privacy mode (Disables profile analytics & discovery)
</label>
</div>
</div>-->

<button
type="button"
Expand Down

0 comments on commit 4bae276

Please sign in to comment.