We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93841d commit fc3a815Copy full SHA for fc3a815
extension.js
@@ -398,7 +398,7 @@ export default class AareGuruExtension extends Extension {
398
399
enable() {
400
this._settings = this.getSettings();
401
- this._indicator = new AareGuruIndicator(this._extension, this._settings);
+ this._indicator = new AareGuruIndicator(this, this._settings);
402
Main.panel.addToStatusArea(this.uuid, this._indicator);
403
}
404
0 commit comments