diff --git a/src/popup/Popup.jsx b/src/popup/Popup.jsx index e4d78bf..3b599fa 100644 --- a/src/popup/Popup.jsx +++ b/src/popup/Popup.jsx @@ -62,6 +62,7 @@ function Popup() { const [config, setConfig] = useState(defaultConfig) const [currentVersion, setCurrentVersion] = useState('') const [latestVersion, setLatestVersion] = useState('') + const [tabIndex, setTabIndex] = useState(0) const theme = useWindowTheme() const updateConfig = async (value) => { @@ -94,7 +95,13 @@ function Popup() { return (