chore: enable replaceBottomInfoWithIcons by default

This commit is contained in:
AlexeyZavar 2025-02-14 03:14:17 +03:00
parent ee0238bad8
commit 7dda5461ad

View file

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