Is there a way to disable the `hide my public profile and presence features` profile setting?

A few sections in user preferences were missing classes, so I’ve added them here

https://github.com/discourse/discourse/commit/9a3dd6b59af0a5fc22045f376b421cb4fd074aad

You’ll be able to simplify to

.pref-hide-profile {
  display: none;
}
12 Likes