Skip to content

Commit

Permalink
fix: open add-on settings page on install
Browse files Browse the repository at this point in the history
  • Loading branch information
teddy-gustiaux committed Jul 4, 2019
1 parent 1dc0d1e commit fea376d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/background/components/Update.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ class Update {
this._options = options;
}

async openOptionsPage() {
return browser.runtime.openOptionsPage();
}

async openChangelogPage() {
return browser.tabs.create({
url:
Expand Down

0 comments on commit fea376d

Please sign in to comment.