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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user