From 917a7ecd4dade4e5c64be0c76670c0763d8b5090 Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Tue, 30 Mar 2021 19:22:28 +0300 Subject: [PATCH] Confirm before call 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 3ec270c92..cbc943df5 100644 --- a/Telegram/SourceFiles/kotato/settings.cpp +++ b/Telegram/SourceFiles/kotato/settings.cpp @@ -124,7 +124,7 @@ bool AddCustomReplace(QString from, QString to) { return true; } -bool gConfirmBeforeCall = false; +bool gConfirmBeforeCall = true; bool gUseNativeDecorations = false; bool UseNativeDecorations() {