lockscreen: rename types to match quickshell revision
This commit is contained in:
parent
9437c6a840
commit
7a784ac6ea
4 changed files with 10 additions and 10 deletions
|
@ -9,7 +9,7 @@ ShellRoot {
|
|||
onUnlocked: lock.locked = false
|
||||
}
|
||||
|
||||
SessionLock {
|
||||
WlSessionLock {
|
||||
id: lock
|
||||
locked: true
|
||||
|
||||
|
@ -17,7 +17,7 @@ ShellRoot {
|
|||
if (!locked) Qt.quit();
|
||||
}
|
||||
|
||||
SessionLockSurface {
|
||||
WlSessionLockSurface {
|
||||
// You probably want to replace this with an image.
|
||||
color: "#303030"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue