mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-09-01 17:43:03 +02:00
Update ayu_settings.cpp
This commit is contained in:
parent
8a39175002
commit
48ce140715
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue