Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9d4cbbde authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Move enable_taskbar_connected_displays to lse_desktop_experiences" into main

parents 8a2dfbcc 50b7fd60
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@ public enum DesktopExperienceFlags {
            false),
    ENABLE_PER_DISPLAY_PACKAGE_CONTEXT_CACHE_IN_STATUSBAR_NOTIF(
            Flags::enablePerDisplayPackageContextCacheInStatusbarNotif, false),
    ENABLE_TASKBAR_CONNECTED_DISPLAYS(Flags::enableTaskbarConnectedDisplays, false),
    ENTER_DESKTOP_BY_DEFAULT_ON_FREEFORM_DISPLAYS(Flags::enterDesktopByDefaultOnFreeformDisplays,
            false),
    REPARENT_WINDOW_TOKEN_API(Flags::reparentWindowTokenApi, true);
+7 −0
Original line number Diff line number Diff line
@@ -512,6 +512,13 @@ flag {
    bug: "381172172"
}

flag {
    name: "enable_taskbar_connected_displays"
    namespace: "lse_desktop_experience"
    description: "Enables connected displays in taskbar."
    bug: "393398093"
}

flag {
    name: "enable_bug_fixes_for_secondary_display"
    namespace: "lse_desktop_experience"