mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
fix: disable cringe function
This commit is contained in:
parent
0ed22b67ab
commit
98918e1bed
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue