diff --git a/src/components/setting/setting-system.tsx b/src/components/setting/setting-system.tsx
index a23dc4f636d6622453601189a11aa0d44a869416..0dbf326b9ed51bae53d28df33bba89edfd5f7285 100644
--- a/src/components/setting/setting-system.tsx
+++ b/src/components/setting/setting-system.tsx
@@ -74,7 +74,7 @@ const SettingSystem = ({ onError }: Props) => {
               <PrivacyTipRounded
                 fontSize="small"
                 style={{ cursor: "pointer", opacity: 0.75 }}
-                onClick={() => sysproxyRef.current?.open()}
+                onClick={() => serviceRef.current?.open()}
               />
             )
           }
@@ -95,7 +95,7 @@ const SettingSystem = ({ onError }: Props) => {
               color="inherit"
               size="small"
               sx={{ my: "2px" }}
-              onClick={() => sysproxyRef.current?.open()}
+              onClick={() => serviceRef.current?.open()}
             >
               <ArrowForward />
             </IconButton>