Merge branch 'master' into blender-tweaks
This commit is contained in:
@@ -85,11 +85,12 @@ final class PhabricatorHomeProfileMenuEngine
|
||||
->setMenuItemProperties($properties);
|
||||
}
|
||||
|
||||
// Hotlink to More Applications Launcher...
|
||||
$items[] = $this->newItem()
|
||||
->setBuiltinKey(PhabricatorHomeConstants::ITEM_LAUNCHER)
|
||||
->setMenuItemKey(PhabricatorHomeLauncherProfileMenuItem::MENUITEMKEY);
|
||||
|
||||
$items[] = $this->newDividerItem('tail');
|
||||
|
||||
$items[] = $this->newManageItem();
|
||||
|
||||
return $items;
|
||||
|
||||
Reference in New Issue
Block a user