Skip to content

Commit fc3a815

Browse files
committed
fix: fix indicator construtor
1 parent d93841d commit fc3a815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ export default class AareGuruExtension extends Extension {
398398

399399
enable() {
400400
this._settings = this.getSettings();
401-
this._indicator = new AareGuruIndicator(this._extension, this._settings);
401+
this._indicator = new AareGuruIndicator(this, this._settings);
402402
Main.panel.addToStatusArea(this.uuid, this._indicator);
403403
}
404404

0 commit comments

Comments
 (0)