From df6ab6bb7791a7a525a97990de73b3ea5e9a1941 Mon Sep 17 00:00:00 2001 From: arlo Date: Mon, 9 Sep 2024 20:34:15 +0800 Subject: [PATCH] chore: change devtools panel name to legacy --- packages/shell-chrome/src/devtools-background.js | 2 +- packages/shell-firefox/src/devtools-background.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/shell-chrome/src/devtools-background.js b/packages/shell-chrome/src/devtools-background.js index 69aeb183b..6ba4e78e4 100644 --- a/packages/shell-chrome/src/devtools-background.js +++ b/packages/shell-chrome/src/devtools-background.js @@ -24,7 +24,7 @@ function createPanelIfHasVue() { clearInterval(checkVueInterval) created = true chrome.devtools.panels.create( - 'Vue', + 'Vue (Legacy)', 'icons/128.png', 'devtools.html', (panel) => { diff --git a/packages/shell-firefox/src/devtools-background.js b/packages/shell-firefox/src/devtools-background.js index 69aeb183b..6ba4e78e4 100644 --- a/packages/shell-firefox/src/devtools-background.js +++ b/packages/shell-firefox/src/devtools-background.js @@ -24,7 +24,7 @@ function createPanelIfHasVue() { clearInterval(checkVueInterval) created = true chrome.devtools.panels.create( - 'Vue', + 'Vue (Legacy)', 'icons/128.png', 'devtools.html', (panel) => {