Merge pull request 'chore: 기타AIS 토글 기본값 on으로 변경' (#36) from feature/ship-image-thumbnails into develop
Reviewed-on: #36
This commit is contained in:
커밋
de0d74ce3f
@ -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 },
|
uid, 'typeEnabled', { PT: true, 'PT-S': true, GN: true, OT: true, PS: true, FC: true },
|
||||||
);
|
);
|
||||||
const [showTargets, setShowTargets] = usePersistedState(uid, 'showTargets', 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) ──
|
// ── Map settings (persisted) ──
|
||||||
// 레거시 베이스맵 비활성 — 향후 위성/라이트 등 추가 시 재활용
|
// 레거시 베이스맵 비활성 — 향후 위성/라이트 등 추가 시 재활용
|
||||||
|
|||||||
불러오는 중...
Reference in New Issue
Block a user