Updated Map View

This commit is contained in:
2026-06-20 22:21:17 +10:00
parent 6fad966b7e
commit 05ca994253
52 changed files with 2038 additions and 803 deletions
+14
View File
@@ -67,6 +67,20 @@ class SettingsRegistry
['value' => 'achievements', 'label' => 'Achievements'],
],
],
[
'key' => 'show_map_legend',
'type' => 'checkbox',
'label' => 'Expand Map Legend By Default',
'category' => 'FlightsGoneBy Settings',
'default' => true,
],
[
'key' => 'hide_impossible_achievements',
'type' => 'checkbox',
'label' => 'Hide Impossible Achievements By Default',
'category' => 'FlightsGoneBy Settings',
'default' => true,
],
[
'category' => 'AI Generated Content',
'key' => 'ai_liveries',