More LockScreen NLoader stuff

This commit is contained in:
Ly-sec 2025-08-18 16:30:30 +02:00
parent d688d04b77
commit 20b7872fad
3 changed files with 5 additions and 18 deletions

View file

@ -42,7 +42,7 @@ Item {
target: "lockScreen"
function toggle() {
lockScreen.locked = !lockScreen.locked
lockScreen.isLoaded = !lockScreen.isLoaded
}
}