settings: Amend language_index maximum setting range

The maximum is now 17 with the addition of Brazilian Portuguese
This commit is contained in:
Morph 2021-08-21 09:43:15 -04:00
parent bde6b899a1
commit c4a1d3cbf4
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ struct Values {
std::chrono::seconds custom_rtc_differential;
BasicSetting<s32> current_user{0, "current_user"};
RangedSetting<s32> language_index{1, 0, 16, "language_index"};
RangedSetting<s32> language_index{1, 0, 17, "language_index"};
RangedSetting<s32> region_index{1, 0, 6, "region_index"};
RangedSetting<s32> time_zone_index{0, 0, 45, "time_zone_index"};
RangedSetting<s32> sound_index{1, 0, 2, "sound_index"};