micheleg / dash-to-dock

A dock for the Gnome Shell. This extension moves the dash out of the overview transforming it in a dock for an easier launching of applications and a faster switching between windows and desktops.
https://micheleg.github.io/dash-to-dock/
GNU General Public License v2.0
3.82k stars 463 forks source link

utils: Override async functions with async functions #2163

Closed vanvugt closed 3 months ago

vanvugt commented 3 months ago

Otherwise gnome-shell (LayoutManager._loadBackground) can't find the override when it was expecting an async function.

Closes: https://github.com/micheleg/dash-to-dock/issues/2110