mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-27 23:12:49 -05:00
remove debug timer
This commit is contained in:
@@ -51,9 +51,6 @@ Item {
|
|||||||
pickRandomFact()
|
pickRandomFact()
|
||||||
WeatherService.addRef()
|
WeatherService.addRef()
|
||||||
UserInfoService.refreshUserInfo()
|
UserInfoService.refreshUserInfo()
|
||||||
if (!demoMode) {
|
|
||||||
debugUnlockTimer.start()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function pickRandomFact() {
|
function pickRandomFact() {
|
||||||
@@ -70,18 +67,6 @@ Item {
|
|||||||
WeatherService.removeRef()
|
WeatherService.removeRef()
|
||||||
}
|
}
|
||||||
|
|
||||||
Timer {
|
|
||||||
id: debugUnlockTimer
|
|
||||||
interval: 30000
|
|
||||||
running: false
|
|
||||||
onTriggered: {
|
|
||||||
if (!demoMode) {
|
|
||||||
console.log("Debug timeout reached - auto unlocking")
|
|
||||||
root.unlockRequested()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
id: wallpaperBackground
|
id: wallpaperBackground
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|||||||
Reference in New Issue
Block a user