mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Check shortcuts / messages limits.
This commit is contained in:
@@ -446,10 +446,6 @@ void SetupPremium(
|
||||
button->addClickHandler([=] {
|
||||
controller->showGiftPremiumsBox(u"gift"_q);
|
||||
});
|
||||
constexpr auto kNewExpiresAt = int(1735689600);
|
||||
if (base::unixtime::now() < kNewExpiresAt) {
|
||||
Ui::NewBadge::AddToRight(button);
|
||||
}
|
||||
}
|
||||
Ui::AddSkip(container);
|
||||
}
|
||||
|
Reference in New Issue
Block a user