feat: add purchase to UI

This commit is contained in:
NickVs2015
2026-02-19 12:55:00 +03:00
parent bea29f62c7
commit 208951d77c
5 changed files with 31 additions and 2 deletions
@@ -366,7 +366,7 @@ PageType {
property string title: qsTr("Restore purchases")
property string description: qsTr("")
property string imageSource: "qrc:/images/controls/refresh-cw.svg"
property bool isVisible: Qt.platform.os === "ios" || IsMacOsNeBuild
property bool isVisible: Qt.platform.os === "ios" || IsMacOsNeBuild || Qt.platform.os === "android"
property var handler: function() {
PageController.showBusyIndicator(true)
SubscriptionUiController.restoreServiceFromAppStore()