windowManager: Allow toggle-message-tray action in overview
The corresponding action mode was dropped accidentally in commit 08d2e61 when changing the shortcut to open the calendar drop-down instead.
This commit is contained in:
parent
8eb0782f25
commit
8aa1765f24
@ -840,6 +840,7 @@ const WindowManager = new Lang.Class({
|
|||||||
new Gio.Settings({ schema_id: SHELL_KEYBINDINGS_SCHEMA }),
|
new Gio.Settings({ schema_id: SHELL_KEYBINDINGS_SCHEMA }),
|
||||||
Meta.KeyBindingFlags.NONE,
|
Meta.KeyBindingFlags.NONE,
|
||||||
Shell.ActionMode.NORMAL |
|
Shell.ActionMode.NORMAL |
|
||||||
|
Shell.ActionMode.OVERVIEW |
|
||||||
Shell.ActionMode.POPUP,
|
Shell.ActionMode.POPUP,
|
||||||
Lang.bind(this, this._toggleCalendar));
|
Lang.bind(this, this._toggleCalendar));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user