2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Confirm before call by default

This commit is contained in:
RadRussianRus
2021-03-30 19:22:28 +03:00
parent 3d16814c1c
commit 917a7ecd4d

View File

@@ -124,7 +124,7 @@ bool AddCustomReplace(QString from, QString to) {
return true;
}
bool gConfirmBeforeCall = false;
bool gConfirmBeforeCall = true;
bool gUseNativeDecorations = false;
bool UseNativeDecorations() {