Skip to content
Snippets Groups Projects
Commit ec7aaae3 authored by Alexander Gavriliuk's avatar Alexander Gavriliuk Committed by Guru
Browse files

SL-20378 Add menu bar entry and keyboard shortcut to open Notifications floater

parent f02bc604
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,14 @@ ...@@ -64,6 +64,14 @@
function="Floater.ToggleOrBringToFront" function="Floater.ToggleOrBringToFront"
parameter="camera" /> parameter="camera" />
</menu_item_call> </menu_item_call>
<menu_item_call
label="Notifications..."
name="Notifications"
shortcut="alt|shift|N">
<menu_item_call.on_click
function="Floater.ToggleOrBringToFront"
parameter="notification_well_window" />
</menu_item_call>
<menu_item_separator/> <menu_item_separator/>
<menu_item_check <menu_item_check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment