mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Implement craft success animation.
This commit is contained in:
@@ -1683,9 +1683,9 @@ SessionController::SessionController(
|
||||
});
|
||||
|
||||
#if _DEBUG // TEST: Auto-open craft box on startup
|
||||
constexpr auto kGiftsCount = 4;
|
||||
constexpr auto kGiftsCount = 1;
|
||||
crl::on_main(this, [=] {
|
||||
if (rand() % 2 == 0) {
|
||||
if (rand() % 2 < 0) {
|
||||
return;
|
||||
}
|
||||
const auto user = session->user();
|
||||
|
||||
Reference in New Issue
Block a user