mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-10-11 13:47:24 +00:00
Adjust outgoing bubble text and icon colors.
This commit is contained in:
@@ -421,8 +421,6 @@ void CloudThemes::parseChatThemes(const QVector<MTPChatTheme> &list) {
|
||||
.light = CloudTheme::Parse(_session, data.vtheme(), true),
|
||||
.dark = CloudTheme::Parse(_session, data.vdark_theme(), true),
|
||||
});
|
||||
AssertIsDebug();
|
||||
std::swap(_chatThemes.back().light, _chatThemes.back().dark);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user