chore: fix formatting issues

This commit is contained in:
2 * r + 2 * t 2026-03-22 01:37:29 +11:00
parent 921fb3504d
commit 9f3ef267ac

View file

@ -25,13 +25,17 @@ Scope {
lock: lock
}
CustomShortcut { // qmllint disable unresolved-type
// qmllint disable unresolved-type
CustomShortcut {
// qmllint enable unresolved-type
name: "lock"
description: "Lock the current session"
onPressed: lock.locked = true
}
CustomShortcut { // qmllint disable unresolved-type
// qmllint disable unresolved-type
CustomShortcut {
// qmllint enable unresolved-type
name: "unlock"
description: "Unlock the current session"
onPressed: lock.unlock()