From 98918e1bedc98ccf1c2c3f0bed8459bdc031bdd9 Mon Sep 17 00:00:00 2001 From: ZavaruKitsu Date: Sun, 29 Oct 2023 16:07:59 +0300 Subject: [PATCH] fix: disable cringe function --- Telegram/SourceFiles/info/profile/info_profile_values.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/SourceFiles/info/profile/info_profile_values.cpp b/Telegram/SourceFiles/info/profile/info_profile_values.cpp index 198e73975..cc9702e78 100644 --- a/Telegram/SourceFiles/info/profile/info_profile_values.cpp +++ b/Telegram/SourceFiles/info/profile/info_profile_values.cpp @@ -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(0), }); auto PlainAboutValue(not_null peer) {