Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
sylingd committed Feb 10, 2019
1 parent 24bc941 commit e93e33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ function setDisableAll(disable) {
}
disableAll = disable;
browser.browserAction.setIcon({
path: "/assets/images/128" + (val ? "w" : "") + ".png"
path: "/assets/images/128" + (disable ? "w" : "") + ".png"
});
}

Expand Down

0 comments on commit e93e33e

Please sign in to comment.