2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-04 16:45:12 +00:00

Show all premium limits boxes.

This commit is contained in:
John Preston
2022-05-11 13:59:38 +04:00
parent 63940ea557
commit 26c99cea7c
12 changed files with 301 additions and 24 deletions

View File

@@ -392,7 +392,6 @@ void Form::processDetails(const MTPDpayments_paymentForm &data) {
.canSaveCredentials = data.is_can_save_credentials(),
.passwordMissing = data.is_password_missing(),
};
//_invoice.isTest = data.is_test();
_invoice.cover.title = qs(data.vtitle());
_invoice.cover.description = qs(data.vdescription());
if (_invoice.cover.thumbnail.isNull() && !_thumbnailLoadProcess) {