mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 07:05:13 +00:00
Confirm before call by default
This commit is contained in:
@@ -124,7 +124,7 @@ bool AddCustomReplace(QString from, QString to) {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool gConfirmBeforeCall = false;
|
||||
bool gConfirmBeforeCall = true;
|
||||
|
||||
bool gUseNativeDecorations = false;
|
||||
bool UseNativeDecorations() {
|
||||
|
Reference in New Issue
Block a user