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

Commit 523aea0f authored by Thales Lima's avatar Thales Lima
Browse files

Add new flag for desktop experience to keep desktop open on minimize

This commit adds a new flag to keep desktop open even when the last
window is minimized.

Bug: 410493575

Test: EXEMPT adding flag
Flag: EXEMPT adding flag
Change-Id: Ia032ef9cfc863c48b5450c52b53b758d71fa3e57
parent 6305449b
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1259,3 +1259,13 @@ flag {
    description: "Enables the API to allow default browsers to reposition their windows."
    bug: "400407139"
}

flag {
    name: "enable_empty_desk_on_minimize"
    namespace: "lse_desktop_experience"
    description: "Keep desktop open when the last window is minimized."
    bug: "410493575"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}
 No newline at end of file