fix: disable cringe function

This commit is contained in:
ZavaruKitsu 2023-10-29 16:07:59 +03:00
parent 0ed22b67ab
commit 98918e1bed

View file

@ -42,6 +42,7 @@ base::options::toggle ShowPeerIdBelowAbout({
.id = kOptionShowPeerIdBelowAbout,
.name = "Show Peer IDs in Profile",
.description = "Show peer IDs from API below their Bio / Description.",
.scope = static_cast<base::options::details::ScopeFlag>(0),
});
auto PlainAboutValue(not_null<PeerData*> peer) {