fix: separate oss/play build

This commit is contained in:
NickVs2015
2026-06-02 15:55:20 +03:00
parent 3a2b1c39bc
commit cf9e521fc1
5 changed files with 61 additions and 29 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 || Qt.platform.os === "android"
property bool isVisible: Qt.platform.os === "ios" || IsMacOsNeBuild || IsPlayBuild
property var handler: function() {
PageController.showBusyIndicator(true)
if (Qt.platform.os === "android") {