Ist diese Option noch in Discourse?

https://github.com/discourse/discourse/pull/5268
Ich sehe sie in unserem neuesten Discourse-Forum nicht:
Vielen Dank. Es ist zwar seltsam, aber wenn man das
.user-preferences .control-group.home {
display: none;
}
in
.user-preferences .control-group.home {
display: block !important;
}
ändert, funktioniert es (!important-Auswahl ist nötig, weil ein Plugin es mit einem Style-Tag ausgeblendet hatte).