mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-13 04:37:11 +02:00
chore: enable replaceBottomInfoWithIcons
by default
This commit is contained in:
parent
ee0238bad8
commit
7dda5461ad
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ AyuGramSettings::AyuGramSettings() {
|
|||
#endif
|
||||
;
|
||||
simpleQuotesAndReplies = true;
|
||||
replaceBottomInfoWithIcons = false;
|
||||
replaceBottomInfoWithIcons = true;
|
||||
deletedMark = "🧹";
|
||||
editedMark = Core::IsAppLaunched() ? tr::lng_edited(tr::now) : QString("edited");
|
||||
recentStickersCount = 100;
|
||||
|
|
Loading…
Add table
Reference in a new issue