Skip to content

Commit e93e33e

Browse files
committed
Bugfix
1 parent 24bc941 commit e93e33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ function setDisableAll(disable) {
255255
}
256256
disableAll = disable;
257257
browser.browserAction.setIcon({
258-
path: "/assets/images/128" + (val ? "w" : "") + ".png"
258+
path: "/assets/images/128" + (disable ? "w" : "") + ".png"
259259
});
260260
}
261261

0 commit comments

Comments
 (0)