From 6323733eacdaf3afed9c0868aa15d0117db0fa47 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Wed, 5 Oct 2022 12:11:29 +0700 Subject: [PATCH] overlays/eww: fix patch, again --- overlays/patches/eww.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/patches/eww.patch b/overlays/patches/eww.patch index 98b1eec..4b7f79b 100644 --- a/overlays/patches/eww.patch +++ b/overlays/patches/eww.patch @@ -18,7 +18,7 @@ index 16f1f17d063..08d54cbe343 100644 + _ => "", + }; + if dir != "" { -+ run_command(timeout, &onscroll, dir); ++ run_command(timeout, &onscroll, &[dir]); } gtk::Inhibit(false) }));