Confirm before call by default
This commit is contained in:
parent
3d16814c1c
commit
917a7ecd4d
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ bool AddCustomReplace(QString from, QString to) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool gConfirmBeforeCall = false;
|
bool gConfirmBeforeCall = true;
|
||||||
|
|
||||||
bool gUseNativeDecorations = false;
|
bool gUseNativeDecorations = false;
|
||||||
bool UseNativeDecorations() {
|
bool UseNativeDecorations() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue