fix(eq): show the active AutoEQ profile name in the preset picker (#1147)

* fix(eq): surface the active AutoEQ profile name in the preset picker

* i18n(settings): add AutoEQ preset group label (10 locales)

* docs(changelog): AutoEQ active-profile picker fix (#1147)
This commit is contained in:
Psychotoxical
2026-06-21 22:58:33 +02:00
committed by GitHub
parent 887c940e1b
commit ec8cfbc1c8
13 changed files with 75 additions and 1 deletions
+1
View File
@@ -125,6 +125,7 @@ export const settings = {
eqPresetCustom: 'カスタム',
eqPresetBuiltin: '内蔵プリセット',
eqPresetCustomGroup: '自分のプリセット',
eqPresetAutoEqGroup: 'AutoEQ',
eqSavePreset: 'プリセットとして保存',
eqPresetName: 'プリセット名…',
eqDeletePreset: 'プリセットを削除',