tbranyen / gnome-shell-extension-undecorate

MIT License
11 stars 3 forks source link

Update extension.js #4

Closed ashrama closed 2 years ago

ashrama commented 2 years ago

Receiving error in Gnome extension manager "buildMenu is not defined" Line 48 changed from: WindowMenu.prototype._buildMenu = buildMenu.old; to: WindowMenu.prototype._buildMenu = old_buildMenu;

ashrama commented 2 years ago

Tested in Gnome-shell 4.2-1

tbranyen commented 2 years ago

Awesome, thanks for the fix!