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

Commit 04d40e99 authored by Wen-Chien Wang's avatar Wen-Chien Wang
Browse files

pin-shortcut: Add a flag to lse

As we plan to land this feature to lse, instead of putting the
flag in launcher, we move the feature flag to lse in this cl.

Bug: 375648361
Test: EXEMPT flag
Flag: EXEMPT Add a flag
Change-Id: I71455a7a04aa06cf404add7f959ab864e9e4dc45
parent 30f73993
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1067,3 +1067,11 @@ flag {
    description: "Enables the drag-to-maximize capability triggered by desktop-first state."
    bug: "404626572"
}

flag {
    name: "enable_pinning_app_with_context_menu"
    namespace: "lse_desktop_experience"
    description: "Add options to pin/unpin to taskbar to app context menus."
    bug: "375648361"
}