remove config write

This commit is contained in:
Zacharias-Brohn
2026-02-17 21:55:01 +01:00
parent 9ce8f3f54c
commit fc20156852
8 changed files with 10 additions and 134 deletions
+1 -11
View File
@@ -37,17 +37,6 @@ Singleton {
id: timer
}
Timer {
running: true
interval: 5000
repeat: false
onTriggered: {
root.save();
}
}
Timer {
id: saveTimer
@@ -120,6 +109,7 @@ Singleton {
recolorLogo: lock.recolorLogo,
enableFprint: lock.enableFprint,
maxFprintTries: lock.maxFprintTries,
blurAmount: lock.blurAmount,
sizes: {
heightMult: lock.sizes.heightMult,
ratio: lock.sizes.ratio,
+1
View File
@@ -5,6 +5,7 @@ JsonObject {
property bool enableFprint: true
property int maxFprintTries: 3
property Sizes sizes: Sizes {}
property int blurAmount: 40
component Sizes: JsonObject {
property real heightMult: 0.7