chore: fix formatting issues
This commit is contained in:
parent
921fb3504d
commit
9f3ef267ac
1 changed files with 6 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue