Merge branch 'master' into blender-tweaks

This commit is contained in:
2019-04-25 14:19:33 +02:00
310 changed files with 9559 additions and 5374 deletions

View File

@@ -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;