Introduce openrecent role
- Does not yet accept any options except label--"Clear Menu" can't be modified through exposed node API - If `openrecent` is present across multiple menu items, the last seen will be visible in the main menu due to that it is designed to behave like a singleton
This commit is contained in:
parent
0ba2fa5cba
commit
4da2eb9366
3 changed files with 26 additions and 2 deletions
|
@ -102,6 +102,9 @@ const roles = {
|
|||
services: {
|
||||
label: 'Services'
|
||||
},
|
||||
openrecent: {
|
||||
label: 'Open Recent'
|
||||
},
|
||||
startspeaking: {
|
||||
label: 'Start Speaking'
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue