Skip to content

Commit

Permalink
Pass return value of getSettings, rather than the function itself
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarthayhurst committed Aug 13, 2023
1 parent 85f6fad commit 9127390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ class IndicatorSettingsManager {
export default class ExtensionManager extends Extension {
enable() {
//Create new extension
this._privacyMenu = new PrivacyExtension(this.getSettings);
this._privacyMenu = new PrivacyExtension(this.getSettings());

//Create menu
this._privacyMenu.initMenu();
Expand Down

0 comments on commit 9127390

Please sign in to comment.