Skip to content

Commit

Permalink
Merge pull request #25 from micro-zoe/tabIcon
Browse files Browse the repository at this point in the history
feat: tab页签增加图标
  • Loading branch information
raoenhui authored Nov 17, 2023
2 parents e44a8b6 + 6578024 commit 760c43f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/devtools-loader/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
window.clearInterval(timer);
isDevPanelVisible = true;
chrome.devtools.panels.create(
'Micro App',
'asset/icon-34.png',
'💠 Micro App',
'',
'devtools-app.html',
(e) => {
e.onShown.addListener(onPanelShow);
Expand Down

0 comments on commit 760c43f

Please sign in to comment.