1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

remove debug timer

This commit is contained in:
bbedward
2025-07-26 17:03:29 -04:00
parent e160a41347
commit 0affd73f32

View File

@@ -51,9 +51,6 @@ Item {
pickRandomFact()
WeatherService.addRef()
UserInfoService.refreshUserInfo()
if (!demoMode) {
debugUnlockTimer.start()
}
}
function pickRandomFact() {
@@ -70,18 +67,6 @@ Item {
WeatherService.removeRef()
}
Timer {
id: debugUnlockTimer
interval: 30000
running: false
onTriggered: {
if (!demoMode) {
console.log("Debug timeout reached - auto unlocking")
root.unlockRequested()
}
}
}
Image {
id: wallpaperBackground
anchors.fill: parent