Drop MESSAGE_TRAY action mode
The mode is never set after the removal of the bottom tray, so it no longer makes sense to pass it to allowKeybinding(). We can also safely remove it from the ActionModes flags altogether without requiring a synchronized update with gnome-settings-daemon, as the latter never used any flag value above LOGIN_SCREEN.
This commit is contained in:
@ -1546,7 +1546,6 @@ const MessageTray = new Lang.Class({
|
||||
new Gio.Settings({ schema_id: SHELL_KEYBINDINGS_SCHEMA }),
|
||||
Meta.KeyBindingFlags.NONE,
|
||||
Shell.ActionMode.NORMAL |
|
||||
Shell.ActionMode.MESSAGE_TRAY |
|
||||
Shell.ActionMode.OVERVIEW,
|
||||
Lang.bind(this, this._expandActiveNotification));
|
||||
|
||||
|
Reference in New Issue
Block a user