Update ayu_settings.cpp

This commit is contained in:
Neurotoxin001 2025-07-10 14:43:22 +03:00 committed by GitHub
parent 8a39175002
commit 48ce140715
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -298,7 +298,6 @@ AyuGramSettings::AyuGramSettings() {
showMessageShot = true; showMessageShot = true;
showHideButtonNearPosts = true; showHideButtonNearPosts = true;
// ~ Confirmations // ~ Confirmations
stickerConfirmation = false; stickerConfirmation = false;
gifConfirmation = false; gifConfirmation = false;
@ -570,7 +569,6 @@ void set_showMessageShot(bool val) {
void set_showHideButtonNearPosts(bool val) { void set_showHideButtonNearPosts(bool val) {
settings->showHideButtonNearPosts = val; settings->showHideButtonNearPosts = val;
} }
void set_stickerConfirmation(bool val) { void set_stickerConfirmation(bool val) {
settings->stickerConfirmation = val; settings->stickerConfirmation = val;
} }