chore: 기타AIS 토글 기본값 on으로 변경

This commit is contained in:
htlee 2026-02-20 04:05:01 +09:00
부모 d66d0f0c89
커밋 93db39e0d5

파일 보기

@ -37,7 +37,7 @@ export function useDashboardState(uid: number | null) {
uid, 'typeEnabled', { PT: true, 'PT-S': true, GN: true, OT: true, PS: true, FC: true },
);
const [showTargets, setShowTargets] = usePersistedState(uid, 'showTargets', true);
const [showOthers, setShowOthers] = usePersistedState(uid, 'showOthers', false);
const [showOthers, setShowOthers] = usePersistedState(uid, 'showOthers', true);
// ── Map settings (persisted) ──
// 레거시 베이스맵 비활성 — 향후 위성/라이트 등 추가 시 재활용