chore: disable tray speed by default

This commit is contained in:
wonfen
2025-05-11 19:25:32 +08:00
parent 2b69ed4915
commit b37b121afb
4 changed files with 4 additions and 3 deletions

View File

@@ -188,7 +188,7 @@ export const LayoutViewer = forwardRef<DialogRef>((props, ref) => {
<Item>
<ListItemText primary={t("Enable Tray Speed")} />
<GuardState
value={verge?.enable_tray_speed ?? true}
value={verge?.enable_tray_speed ?? false}
valueProps="checked"
onCatch={onError}
onFormat={onSwitchFormat}