Allow postponed highlight request.

This commit is contained in:
John Preston
2026-01-06 14:20:58 +04:00
parent 1b3e275cf2
commit f447423e2e
4 changed files with 38 additions and 0 deletions
@@ -3680,6 +3680,18 @@ void SessionController::showStarGiftAuction(uint64 giftId) {
[=] { _starGiftAuctionLifetime.destroy(); });
}
void SessionController::setHighlightControlId(const QString &id) {
_window->setHighlightControlId(id);
}
QString SessionController::highlightControlId() const {
return _window->highlightControlId();
}
bool SessionController::takeHighlightControlId(const QString &id) {
return _window->takeHighlightControlId(id);
}
SessionController::~SessionController() {
resetFakeUnreadWhileOpened();
dropSubsectionTabs();