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 c3fa157 commit a2eabdfCopy full SHA for a2eabdf
src/browser/extension/devtools/index.js
@@ -1,3 +1,3 @@
1
chrome.devtools.panels.create(
2
- 'Redux', null, 'devpanel.html', function(panel) {}
+ 'Redux', 'img/scalable.png', 'devpanel.html', function(panel) {}
3
);
0 commit comments