This commit is contained in:
2026-04-10 16:56:54 -05:00
parent 062b6d63bd
commit 3e14569edd
2 changed files with 6 additions and 13 deletions

View File

@@ -46,16 +46,6 @@ Flickable {
}
}
Timer {
id: cct
running: false
repeat: false
interval: 3000
onTriggered: {
Settings.changeColors.running = true
}
}
RowLayout {
id: lay
@@ -89,7 +79,6 @@ Flickable {
onClicked: {
sw.running = true
cct.running = true
}
}
}