mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Removed window session controller usage from list of credit options.
This commit is contained in:
parent
24b93a5eff
commit
b8a19b56b6
1 changed files with 6 additions and 5 deletions
|
@ -864,11 +864,12 @@ void SmallBalanceBox(
|
|||
}));
|
||||
}();
|
||||
|
||||
{
|
||||
const auto content = box->verticalLayout();
|
||||
const auto self = show->session().user();
|
||||
FillCreditOptions(show, content, self, creditsNeeded, done);
|
||||
}
|
||||
FillCreditOptions(
|
||||
show,
|
||||
box->verticalLayout(),
|
||||
show->session().user(),
|
||||
creditsNeeded,
|
||||
done);
|
||||
|
||||
content->setMaximumHeight(st::creditsLowBalancePremiumCoverHeight);
|
||||
content->setMinimumHeight(st::infoLayerTopBarHeight);
|
||||
|
|
Loading…
Add table
Reference in a new issue