mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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,
|
.id = kOptionShowPeerIdBelowAbout,
|
||||||
.name = "Show Peer IDs in Profile",
|
.name = "Show Peer IDs in Profile",
|
||||||
.description = "Show peer IDs from API below their Bio / Description.",
|
.description = "Show peer IDs from API below their Bio / Description.",
|
||||||
|
.scope = static_cast<base::options::details::ScopeFlag>(0),
|
||||||
});
|
});
|
||||||
|
|
||||||
auto PlainAboutValue(not_null<PeerData*> peer) {
|
auto PlainAboutValue(not_null<PeerData*> peer) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue