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

Commit f8e30f0d authored by jasonwshsu's avatar jasonwshsu Committed by Jason Hsu
Browse files

Add constants for window magnification switch shortcutdialog.

Bug: 146473544
Test: none
Change-Id: Ib6695d9f4acee252f6a824c50ba875f10316034b
parent 390c2630
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2738,4 +2738,9 @@ enum PageId {
    // CATEGORY: SETTINGS
    // OS: S
    SETTINGS_COLUMBUS = 1848;

    // OPEN: Settings > Accessibility > Magnification > Settings > Magnification area > Magnification switch shortcut dialog
    // CATEGORY: SETTINGS
    // OS: S
    DIALOG_MAGNIFICATION_SWITCH_SHORTCUT = 1849;
}