Feat: add start numbers to speed flowchart (fixes #30) #31
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