overlays/eww: fix patch, again

This commit is contained in:
LavaDesu 2022-10-05 12:11:29 +07:00
parent 166bf22b76
commit 6323733eac
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -18,7 +18,7 @@ index 16f1f17d063..08d54cbe343 100644
+ _ => "", + _ => "",
+ }; + };
+ if dir != "" { + if dir != "" {
+ run_command(timeout, &onscroll, dir); + run_command(timeout, &onscroll, &[dir]);
} }
gtk::Inhibit(false) gtk::Inhibit(false)
})); }));