From 73940f3d78dede936529b9573df25f40a850ceca Mon Sep 17 00:00:00 2001 From: wong2 Date: Sun, 5 Feb 2023 20:01:52 +0800 Subject: [PATCH] Show extension version in options page --- src/options/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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