New setting: Display Skills Box on highscores

Better space management
This commit is contained in:
slawkens
2025-07-08 14:28:48 +02:00
parent f17269e44c
commit 36ca755243
2 changed files with 11 additions and 1 deletions

View File

@@ -1062,6 +1062,12 @@ Sent by MyAAC,<br/>
'desc' => 'How often to update highscores from database in minutes. Too low may slow down your website.<br/>0 to disable.',
'default' => 15,
],
'highscores_skills_box' => [
'name' => 'Display Skills Box',
'type' => 'boolean',
'desc' => 'show "Choose a skill" box on the highscores (allowing peoples to sort highscores by skill)?',
'default' => true,
],
'highscores_vocation_box' => [
'name' => 'Display Vocation Box',
'type' => 'boolean',