mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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(
|
||||||
}));
|
}));
|
||||||
}();
|
}();
|
||||||
|
|
||||||
{
|
FillCreditOptions(
|
||||||
const auto content = box->verticalLayout();
|
show,
|
||||||
const auto self = show->session().user();
|
box->verticalLayout(),
|
||||||
FillCreditOptions(show, content, self, creditsNeeded, done);
|
show->session().user(),
|
||||||
}
|
creditsNeeded,
|
||||||
|
done);
|
||||||
|
|
||||||
content->setMaximumHeight(st::creditsLowBalancePremiumCoverHeight);
|
content->setMaximumHeight(st::creditsLowBalancePremiumCoverHeight);
|
||||||
content->setMinimumHeight(st::infoLayerTopBarHeight);
|
content->setMinimumHeight(st::infoLayerTopBarHeight);
|
||||||
|
|
Loading…
Add table
Reference in a new issue