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:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user