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() {