mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
chore: fix normalize audio unneeded subtitle
This commit is contained in:
parent
d39667bfb9
commit
34b80a36b4
@ -379,7 +379,6 @@ class SettingsPage extends HookConsumerWidget {
|
|||||||
SwitchListTile(
|
SwitchListTile(
|
||||||
secondary: const Icon(SpotubeIcons.normalize),
|
secondary: const Icon(SpotubeIcons.normalize),
|
||||||
title: Text(context.l10n.normalize_audio),
|
title: Text(context.l10n.normalize_audio),
|
||||||
subtitle: Text(context.l10n.blacklist_description),
|
|
||||||
value: preferences.normalizeAudio,
|
value: preferences.normalizeAudio,
|
||||||
onChanged: preferences.setNormalizeAudio,
|
onChanged: preferences.setNormalizeAudio,
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user