From dfa6c72d4a6f0cfa67b50aa7bc30687026a874d2 Mon Sep 17 00:00:00 2001 From: ShH Y <74806550+1208nn@users.noreply.github.com> Date: Thu, 28 Dec 2023 10:52:44 +0000 Subject: [PATCH] update customcontextmenu --- components/CustomContextMenu.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/CustomContextMenu.js b/components/CustomContextMenu.js index 3a6d2d4a..06c5e7b8 100644 --- a/components/CustomContextMenu.js +++ b/components/CustomContextMenu.js @@ -162,10 +162,12 @@ export default function CustomContextMenu(props) { {isDarkMode ? : }
{isDarkMode ? locale.MENU.LIGHT_MODE : locale.MENU.DARK_MODE}
+ {siteConfig('THEME_SWITCH') && (
{locale.MENU.THEME_SWITCH}
+ )}