mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Stub out Find, Collaboration, and Packages in base menu
This commit is contained in:
@@ -48,6 +48,11 @@
|
||||
]
|
||||
}
|
||||
|
||||
{
|
||||
label: 'Find'
|
||||
submenu: []
|
||||
}
|
||||
|
||||
{
|
||||
label: 'View'
|
||||
submenu: [
|
||||
@@ -67,6 +72,16 @@
|
||||
]
|
||||
}
|
||||
|
||||
{
|
||||
label: 'Collaboration'
|
||||
submenu: []
|
||||
}
|
||||
|
||||
{
|
||||
label: 'Packages'
|
||||
submenu: []
|
||||
}
|
||||
|
||||
{
|
||||
label: 'Window'
|
||||
submenu: [
|
||||
|
||||
Reference in New Issue
Block a user