From 2b4d2f2c677175973ac6a1a6b230fcec5cd1b6d3 Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Tue, 30 Mar 2021 19:30:22 +0300 Subject: [PATCH] Show Bot API IDs in profile by default --- Telegram/SourceFiles/kotato/settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/kotato/settings.cpp b/Telegram/SourceFiles/kotato/settings.cpp index cbc943df5..e624add1c 100644 --- a/Telegram/SourceFiles/kotato/settings.cpp +++ b/Telegram/SourceFiles/kotato/settings.cpp @@ -78,7 +78,7 @@ rpl::producer MonospaceLargeBubblesChanges() { } bool gAlwaysShowScheduled = false; -int gShowChatId = 0; +int gShowChatId = 2; int gNetSpeedBoost = 0; int gNetRequestsCount = 2;