From a1ea8a4c65bee90a3933a0bc1116b93b6d79e7ff Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Thu, 11 Aug 2022 08:49:37 +0200 Subject: [PATCH] Fix: don't unlock speed flowchart --- resources/qml/Components/SpeedFlowChartPopup.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Components/SpeedFlowChartPopup.qml b/resources/qml/Components/SpeedFlowChartPopup.qml index ccd8e07..3200d82 100644 --- a/resources/qml/Components/SpeedFlowChartPopup.qml +++ b/resources/qml/Components/SpeedFlowChartPopup.qml @@ -9,7 +9,7 @@ Rectangle { // always unlock in debug mode //property bool unlocked: QT_DEBUG || appSettings.read("speedBackendPurchase") === "1" - property bool unlocked: true //appSettings.read("speedBackendPurchase") === "1" + property bool unlocked: appSettings.read("speedBackendPurchase") === "1" Component.onCompleted: { console.warn("unlocked:", appSettings.read("speedBackendPurchase"))