2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Improved style of boosts info.

This commit is contained in:
23rd
2023-10-21 00:20:59 +03:00
committed by John Preston
parent d3aa0664a7
commit daf76c1bc2
8 changed files with 76 additions and 33 deletions

View File

@@ -355,6 +355,7 @@ BoostsController::BoostsController(BoostsDescriptor d)
, _showPeerInfo(std::move(d.showPeerInfo))
, _api(d.peer)
, _firstSlice(std::move(d.firstSlice)) {
PeerListController::setStyleOverrides(&st::boostsListBox);
}
Main::Session &BoostsController::session() const {