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:
Zhuo Lu 2017-11-18 21:52:52 -08:00 committed by Cheng Zhao
parent 0ba2fa5cba
commit 4da2eb9366
3 changed files with 26 additions and 2 deletions

View file

@ -102,6 +102,9 @@ const roles = {
services: {
label: 'Services'
},
openrecent: {
label: 'Open Recent'
},
startspeaking: {
label: 'Start Speaking'
},