1
0
mirror of synced 2024-11-30 17:24:33 +01:00
TaikoLocalServer/TaikoWebUI/wwwroot/appsettings.json
KIT! ec8ceebf12 README Overhaul, added DisplayUnplayedDans option
You can now hide all unplayed dan entries.
2024-11-12 17:16:04 +01:00

39 lines
873 B
JSON

{
"WebUiSettings": {
"Title": "TaikoWebUI",
"LoginRequired": "false",
"OnlyAdmin": "false",
"BoundAccessCodeUpperLimit": "3",
"RegisterWithLastPlayTime": "false",
"AllowUserDelete": "true",
"AllowFreeProfileEditing": "true",
"DisplayUnplayedDans": "true",
"MaxWidth": "3",
"SongLeaderboardSettings": {
"DisablePagination": "false",
"PageSize": "10"
},
"SupportedLanguages": [
{
"CultureCode": "en-US",
"DisplayName": "English"
},
{
"CultureCode": "fr-FR",
"DisplayName": "Français"
},
{
"CultureCode": "zh-Hans",
"DisplayName": "简体中文"
},
{
"CultureCode": "zh-Hant",
"DisplayName": "繁體中文"
},
{
"CultureCode": "ja",
"DisplayName": "日本語"
}
]
}
}