mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:15:38 +08:00
fix: resolve toggle flicker for "Auto Start" and "DNS Override"
This commit is contained in:
@@ -43,6 +43,7 @@ const SettingSystem = ({ onError }: Props) => {
|
||||
const { data: autoLaunchEnabled } = useSWR(
|
||||
"getAutoLaunchStatus",
|
||||
getAutoLaunchStatus,
|
||||
{ revalidateOnFocus: false }
|
||||
);
|
||||
|
||||
// 当实际自启动状态与配置不同步时更新配置
|
||||
|
||||
Reference in New Issue
Block a user