2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Show real subscription price from the API.

This commit is contained in:
John Preston
2022-06-03 15:57:06 +04:00
parent 6454f67e74
commit 499923b6d3
4 changed files with 33 additions and 5 deletions

View File

@@ -559,9 +559,7 @@ Main::Main(
: Section(parent)
, _controller(controller) {
setupContent(controller);
if (_controller->session().premium()) {
_controller->session().api().premium().reload();
}
_controller->session().api().premium().reload();
}
rpl::producer<QString> Main::title() {