Confirm before call by default

This commit is contained in:
Eric Kotato 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() {