mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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
|
#endif
|
||||||
;
|
;
|
||||||
simpleQuotesAndReplies = true;
|
simpleQuotesAndReplies = true;
|
||||||
replaceBottomInfoWithIcons = false;
|
replaceBottomInfoWithIcons = true;
|
||||||
deletedMark = "🧹";
|
deletedMark = "🧹";
|
||||||
editedMark = Core::IsAppLaunched() ? tr::lng_edited(tr::now) : QString("edited");
|
editedMark = Core::IsAppLaunched() ? tr::lng_edited(tr::now) : QString("edited");
|
||||||
recentStickersCount = 100;
|
recentStickersCount = 100;
|
||||||
|
|
Loading…
Add table
Reference in a new issue