From a3dd914d2d6e4281d2d55e37bc167b27009d102d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 25 Aug 2025 15:02:52 -0700 Subject: [PATCH] sigh, brackets Signed-off-by: Adam Williamson --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index 0e839c1a..696bdf0f 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -1361,7 +1361,7 @@ sub menu_launch_type { else { record_soft_failure('Maximizing in this desktop is not supported at the moment!'); } - if $animated { + if ($animated) { # can't wait_still_screen if the app's animated sleep 3; }