Fix: don't unlock speed flowchart
Some checks reported errors
continuous-integration/drone/push Build is running
continuous-integration/drone/pr Build was killed

This commit is contained in:
Dorian Zedler 2022-08-11 08:49:37 +02:00
parent 21c479cd55
commit a1ea8a4c65
Signed by: dorian
GPG key ID: 989DE36109AFA354

View file

@ -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"))