refactor: proxy control component and system settings UI

fix: handle tun toggle state after service uninstall
This commit is contained in:
wonfen
2025-08-29 20:46:45 +08:00
parent 6eecd70bd5
commit 2080dbdc0f
7 changed files with 117 additions and 171 deletions

View File

@@ -232,6 +232,7 @@ export const ProxyTunCard: FC = () => {
<ProxyControlSwitches
onError={handleError}
label={activeTab === "system" ? t("System Proxy") : t("Tun Mode")}
noRightPadding={true}
/>
</Box>
</Box>