mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
screenShield: Animate the raising of the lock screen with the scroll wheel
A sudden transition to the lock screen is a bit jarring.
This commit is contained in:
parent
b37e02c90a
commit
43ba93a817
1 changed files with 1 additions and 1 deletions
|
|
@ -461,7 +461,7 @@ const ScreenShield = new Lang.Class({
|
|||
// 7 standard scrolls to lift up
|
||||
if (this._lockScreenScrollCounter > 35) {
|
||||
this._ensureUnlockDialog();
|
||||
this._hideLockScreen(0);
|
||||
this._hideLockScreen(true);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue