zpydr / gnome-shell-extension-taskbar

GNOME Shell Extension TaskBar
https://extensions.gnome.org/extension/584/taskbar/
153 stars 63 forks source link

Fixed duplicated variables in prefs.js #141

Closed jkosecki closed 7 years ago

jkosecki commented 7 years ago

Fixes problem with:

TypeError: redeclaration of let labelTrayButton

Stack trace: Application<._getExtensionPrefsModule@resource:///org/gnome/shell/extensionPrefs/main.js:74:13 wrapper@resource:///org/gnome/gjs/modules/lang.js:178:22 Application<._selectExtension@resource:///org/gnome/shell/extensionPrefs/main.js:89:31 wrapper@resource:///org/gnome/gjs/modules/lang.js:178:22 Application<._onCommandLine@resource:///org/gnome/shell/extensionPrefs/main.js:243:17 wrapper@resource:///org/gnome/gjs/modules/lang.js:178:22 main@resource:///org/gnome/shell/extensionPrefs/main.js:399:5 @

:1:49

uroybd commented 7 years ago

Please merge this branch, it fixes everything.

zpydr commented 7 years ago

Thank you for fixing this.