Settings: Move blur toggle to Display options.

Change-Id: I64cadfd69c66a30ada9f5ba5509dd97a85124326
This commit is contained in:
Jyotiraditya
2020-10-09 10:39:59 +05:30
committed by Joey
parent 89352269a5
commit 76f9545826
5 changed files with 10 additions and 17 deletions

View File

@@ -795,7 +795,6 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
controllers.add(new DebugNonRectClipOperationsPreferenceController(context));
controllers.add(new GameDefaultFrameRatePreferenceController(context));
controllers.add(new ForceDarkPreferenceController(context));
controllers.add(new EnableBlursPreferenceController(context));
controllers.add(new ForceMSAAPreferenceController(context));
controllers.add(new HardwareOverlaysPreferenceController(context));
controllers.add(new SimulateColorSpacePreferenceController(context));