refactor: proxy control component and system settings UI
fix: handle tun toggle state after service uninstall
This commit is contained in:
@@ -232,6 +232,7 @@ export const ProxyTunCard: FC = () => {
|
||||
<ProxyControlSwitches
|
||||
onError={handleError}
|
||||
label={activeTab === "system" ? t("System Proxy") : t("Tun Mode")}
|
||||
noRightPadding={true}
|
||||
/>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user