mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-08 12:43:52 +00:00
Added applying of chat theme from custom themes list.
This commit is contained in:
@@ -481,7 +481,7 @@ void CloudThemes::parseThemes(const QVector<MTPTheme> &list) {
|
||||
_list.clear();
|
||||
_list.reserve(list.size());
|
||||
for (const auto &theme : list) {
|
||||
_list.push_back(CloudTheme::Parse(_session, theme));
|
||||
_list.push_back(CloudTheme::Parse(_session, theme, true));
|
||||
}
|
||||
checkCurrentTheme();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user