fix(ui): remove duplicate Embed Lyrics setting from Options page (#110)

This commit is contained in:
zarzet
2026-01-31 13:06:07 +07:00
parent 38a0a76b69
commit 96f44fefd4
2 changed files with 1 additions and 8 deletions
+1
View File
@@ -30,6 +30,7 @@
- **Opus Cover Art**: Fixed cover art not being embedded in Opus files
- **Deezer Pagination**: Fixed albums/playlists with >25 tracks only showing first 25 ([#112](https://github.com/zarzet/SpotiFLAC-Mobile/issues/112))
- **Duplicate Embed Lyrics Setting**: Removed duplicate "Embed Lyrics" toggle from Options page - use "Lyrics Mode" in Download settings instead ([#110](https://github.com/zarzet/SpotiFLAC-Mobile/issues/110))
---
@@ -153,14 +153,6 @@ class OptionsSettingsPage extends ConsumerWidget {
.read(settingsProvider.notifier)
.setUseExtensionProviders(v),
),
SettingsSwitchItem(
icon: Icons.lyrics,
title: context.l10n.optionsEmbedLyrics,
subtitle: context.l10n.optionsEmbedLyricsSubtitle,
value: settings.embedLyrics,
onChanged: (v) =>
ref.read(settingsProvider.notifier).setEmbedLyrics(v),
),
SettingsSwitchItem(
icon: Icons.image,
title: context.l10n.optionsMaxQualityCover,