Fix: don't unlock speed flowchart
This commit is contained in:
parent
21c479cd55
commit
a1ea8a4c65
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue