SL-20378 Add menu bar entry and keyboard shortcut to open Notifications floater
parent
366d443999
commit
3e4fd9a20c
|
|
@ -64,6 +64,14 @@
|
|||
function="Floater.ToggleOrBringToFront"
|
||||
parameter="camera" />
|
||||
</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_check
|
||||
|
|
|
|||
Loading…
Reference in New Issue