We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831da0a commit 3708f63Copy full SHA for 3708f63
starters/chrome/extension/popup/controller.js
@@ -27,7 +27,7 @@
27
// Update toolbar icon
28
chrome.action.setIcon({ path: Object.fromEntries(
29
Object.keys(chrome.runtime.getManifest().icons).map(dimension =>
30
- [dimension, `../icons/${config.extensionDisabled ? 'faded/' : ''}icon${dimension}.png`]
+ [dimension, `../icons/${ config.extensionDisabled ? 'faded/' : '' }icon${dimension}.png`]
31
))})
32
33
// Update menu contents
0 commit comments