Show by color if you'll be winning the round.

This commit is contained in:
John Preston
2025-11-20 14:34:19 +04:00
parent 4f5d6a2fd5
commit 2b1e032a9b
2 changed files with 24 additions and 13 deletions

View File

@@ -438,9 +438,9 @@ base::weak_qptr<Ui::RpWidget> InnerWidget::createPinnedToTop(
parent,
TopBar::Descriptor{
.controller = _controller->parentController(),
.peer = _sublist ? _sublist->sublistPeer() : nullptr,
.key = _controller->key(),
.wrap = _controller->wrapValue(),
.peer = _sublist ? _sublist->sublistPeer().get() : nullptr,
.backToggles = _backToggles.value(),
.showFinished = _showFinished.events(),
});