mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fixed theme of sample bubble message in reactions settings.
This commit is contained in:
@@ -125,6 +125,7 @@ void AddMessage(
|
||||
controller,
|
||||
crl::guard(widget, [=] { widget->update(); }));
|
||||
state->style = std::make_unique<Ui::ChatStyle>();
|
||||
state->style->apply(controller->defaultChatTheme().get());
|
||||
state->icons.lifetimes = std::vector<rpl::lifetime>(2);
|
||||
|
||||
const auto history = controller->session().data().history(
|
||||
|
Reference in New Issue
Block a user