Skip to content

Commit

Permalink
lockscreen: Follow shell integration updates
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Jan 17, 2024
1 parent 5d12c74 commit 5b2cc3f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/lockscreen/qml/LockScreenWindow.qml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ import Liri.QtShellIntegration
Window {
id: lockScreenWindow

SessionLockSurfaceV1 {
id: lockSurface
}
SessionLockSurface.enabled: true

color: lockSettings.primaryColor
visible: true
Expand Down Expand Up @@ -141,7 +139,7 @@ Window {
if (succeeded) {
usersListView.currentItem.busyIndicator.opacity = 0.0;
usersListView.loginSucceeded();
lockSurface.unlockRequested();
SessionLockSurface.unlockRequested();
} else {
usersListView.currentItem.busyIndicator.opacity = 0.0;
usersListView.currentItem.field.text = "";
Expand Down

0 comments on commit 5b2cc3f

Please sign in to comment.