Session api token validation

This commit is contained in:
2026-06-27 19:11:23 +10:00
parent 6e69bea82a
commit 164b590a6c
7 changed files with 66 additions and 17 deletions
+7
View File
@@ -74,6 +74,13 @@ class SettingsRegistry
'category' => 'FlightsGoneBy Settings',
'default' => true,
],
[
'key' => 'hide_map_filters',
'type' => 'checkbox',
'label' => 'Hide Map Filters By Default',
'category' => 'FlightsGoneBy Settings',
'default' => false,
],
[
'key' => 'hide_impossible_achievements',
'type' => 'checkbox',