mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-09-26 19:31:45 +02:00
feat(appearance): manual toggle to force backdrop blur on lower device tiers
This commit is contained in:
@@ -101,6 +101,15 @@ class AppearanceSettingsPage extends ConsumerWidget {
|
||||
onChanged: (value) => ref
|
||||
.read(settingsProvider.notifier)
|
||||
.setHeroAnimationsEnabled(value),
|
||||
),
|
||||
SettingsSwitchItem(
|
||||
icon: Icons.blur_on,
|
||||
title: context.l10n.appearanceForceBlur,
|
||||
subtitle: context.l10n.appearanceForceBlurSubtitle,
|
||||
value: settings.forceBackdropBlur,
|
||||
onChanged: (value) => ref
|
||||
.read(settingsProvider.notifier)
|
||||
.setForceBackdropBlur(value),
|
||||
showDivider: false,
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user