diff --git a/src/options/App.tsx b/src/options/App.tsx index 5db2b282..caf695d6 100644 --- a/src/options/App.tsx +++ b/src/options/App.tsx @@ -11,7 +11,7 @@ import { updateUserConfig, } from '../config' import logo from '../logo.png' -import { detectSystemColorScheme } from '../utils' +import { detectSystemColorScheme, getExtensionVersion } from '../utils' import ProviderSelect from './ProviderSelect' function OptionsPage(props: { theme: Theme; onThemeChange: (theme: Theme) => void }) { @@ -57,7 +57,7 @@ function OptionsPage(props: { theme: Theme; onThemeChange: (theme: Theme) => voi