mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
added app menu item
This commit is contained in:
parent
bdd85850e2
commit
1b3512a0c2
@ -1,13 +1,18 @@
|
||||
[
|
||||
{
|
||||
"id": "search",
|
||||
"label": "Search",
|
||||
"icon": "FiSearch"
|
||||
},
|
||||
{
|
||||
"id": "settings",
|
||||
"label": "Settings",
|
||||
"icon": "FiSettings",
|
||||
"path": "/settings"
|
||||
}
|
||||
]
|
||||
{
|
||||
"id": "search",
|
||||
"label": "Search",
|
||||
"icon": "FiSearch"
|
||||
},
|
||||
{
|
||||
"id": "apps",
|
||||
"label": "Apps",
|
||||
"icon": "MdApps"
|
||||
},
|
||||
{
|
||||
"id": "settings",
|
||||
"label": "Settings",
|
||||
"icon": "FiSettings",
|
||||
"path": "/settings"
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user