feat: add tabbed interface for ClientSettings with display, connection, and cache options

This commit is contained in:
Julien Froidefond
2025-10-19 10:40:04 +02:00
parent 0c080bd525
commit d3860ce7cc
3 changed files with 43 additions and 7 deletions

View File

@@ -67,6 +67,11 @@
},
"settings": {
"title": "Preferences",
"tabs": {
"display": "Display",
"connection": "Connection",
"cache": "Cache"
},
"display": {
"title": "Display Preferences",
"description": "Customize your library display.",

View File

@@ -67,6 +67,11 @@
},
"settings": {
"title": "Préférences",
"tabs": {
"display": "Affichage",
"connection": "Connexion",
"cache": "Cache"
},
"display": {
"title": "Préférences d'affichage",
"description": "Personnalisez l'affichage de votre bibliothèque.",