mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-01 17:57:51 +00:00
Moved out fixing of ampersand from text in actions to single place.
This commit is contained in:
@@ -1402,7 +1402,8 @@ void Suggestions::setupChats() {
|
||||
.removeOneText = tr::lng_recent_remove(tr::now),
|
||||
.removeOne = removeOne,
|
||||
.removeAllText = tr::lng_recent_hide_top(
|
||||
tr::now).replace('&', u"&&"_q),
|
||||
tr::now,
|
||||
Ui::Text::FixAmpersandInAction),
|
||||
.removeAllConfirm = tr::lng_recent_hide_sure(tr::now),
|
||||
.removeAll = removeAll,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user