ScreenShield: respect animations key (#1744)

This commit is contained in:
Leo 2023-08-28 15:25:04 +09:00 committed by GitHub
parent d6e37f3289
commit 2b34d8cf69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -334,7 +334,7 @@ namespace Gala {
grab_key_focus ();
modal_proxy = wm.push_modal (this);
if (animate) {
if (wm.enable_animations && animate) {
animate_and_lock (animation_time);
} else {
_set_active (true);