feat(appearance): manual toggle to force backdrop blur on lower device tiers

This commit is contained in:
zarzet
2026-07-27 01:39:16 +07:00
parent 9da3607932
commit ac56e76b62
20 changed files with 137 additions and 6 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ void main() {
lowEndDeviceProvider.overrideWithValue(
runtimeProfile.disableOverscrollEffects,
),
backdropBlurEnabledProvider.overrideWithValue(
deviceSupportsBackdropBlurProvider.overrideWithValue(
runtimeProfile.enableBackdropBlur,
),
initialSettingsProvider.overrideWithValue(bootstrapSettings),