This commit is contained in:
2026-02-16 00:19:31 -06:00
parent 6a372aae03
commit bb6c9c3aa9
2 changed files with 32 additions and 8 deletions

View File

@@ -627,6 +627,7 @@ export const api = {
haptic_enabled: boolean;
show_launch_screen: boolean;
celebration_style: string;
timezone_offset: number;
}>('/api/preferences', { method: 'GET' });
},