Skip to content

Commit

Permalink
chore: change devtools panel name to legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Sep 9, 2024
2 parents 7911614 + df6ab6b commit 208a4da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/shell-chrome/src/devtools-background.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function createPanelIfHasVue() {
clearInterval(checkVueInterval)
created = true
chrome.devtools.panels.create(
'Vue',
'Vue (Legacy)',
'icons/128.png',
'devtools.html',
(panel) => {
Expand Down
2 changes: 1 addition & 1 deletion packages/shell-firefox/src/devtools-background.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function createPanelIfHasVue() {
clearInterval(checkVueInterval)
created = true
chrome.devtools.panels.create(
'Vue',
'Vue (Legacy)',
'icons/128.png',
'devtools.html',
(panel) => {
Expand Down

0 comments on commit 208a4da

Please sign in to comment.