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:
@@ -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