mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
main: Add an ALL value to KeybindingMode
https://bugzilla.gnome.org/show_bug.cgi?id=682315
This commit is contained in:
parent
2008feb7da
commit
a42d35deab
1 changed files with 2 additions and 1 deletions
|
|
@ -49,7 +49,8 @@ const KeybindingMode = {
|
|||
LOGIN_SCREEN: 1 << 4,
|
||||
MESSAGE_TRAY: 1 << 5,
|
||||
SYSTEM_MODAL: 1 << 6,
|
||||
LOOKING_GLASS: 1 << 7
|
||||
LOOKING_GLASS: 1 << 7,
|
||||
ALL: ~0,
|
||||
};
|
||||
|
||||
let componentManager = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue