diff options
| -rw-r--r-- | packages/SystemUI/aconfig/systemui.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig index 8cfae2bcc547..755b4542b759 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -1871,6 +1871,13 @@ flag { } flag { + name: "desktop_effects_qs_tile" + namespace: "systemui" + description: "Enables the QS tile for desktop effects" + bug: "376797327" +} + +flag { name: "hub_edit_mode_touch_adjustments" namespace: "systemui" description: "Makes selected widget toggleable in edit mode and modifier buttons mutually exclusive." |