ikalnytskyi / gnome-shell-extension-icon-hider

Icon Hider is a gnome-shell extension for managing status area items.
Other
31 stars 11 forks source link

Support GNOME 3.32 #40

Closed jonafato closed 5 years ago

jonafato commented 5 years ago

This change updates the use of JavaScript classes to be compatible with ES6 and GNOME Shell 3.32's behavior. Additionally, it adds a hack to prevent calling destroy on an already destroyed indicator instance.

jonafato commented 5 years ago

I've updated my changeset to be much smaller here. There's a hack included to address #39. I'm not crazy about it, and I'm definitely open to better ideas here, but nothing is broken as far as I can tell. Feedback appreciated.

theychx commented 5 years ago

@jonafato Works great, thank you! @ikalnytskyi Any thoughts?