mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Added second type of info layer for statistics.
This commit is contained in:
@@ -1007,7 +1007,7 @@ void Filler::addViewStatistics() {
|
||||
const auto peer = _peer;
|
||||
_addAction(tr::lng_stats_title(tr::now), [=] {
|
||||
if (const auto strong = weak.get()) {
|
||||
controller->showSection(Info::Statistics::Make(peer));
|
||||
controller->showSection(Info::Statistics::Make(peer, {}));
|
||||
}
|
||||
}, &st::menuIconStats);
|
||||
}
|
||||
|
Reference in New Issue
Block a user