mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-29 00:39:55 +00:00
Allow postponed highlight request.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user