Fixed Bug With Shared Flights

This commit is contained in:
2026-07-17 23:40:44 +10:00
parent a11e8f1428
commit dbb3dac7f6
5 changed files with 313 additions and 46 deletions
+2
View File
@@ -30,6 +30,8 @@ export interface UserSettings {
show_map_legend: boolean
hide_impossible_achievements: boolean
hide_map_filters: boolean
time_format: "ampm" | "24hr"
date_format: string
}