mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 16:52:41 +01:00
Allow "Magic Home" to be hidden
Summary: Ref T12174. Fallback behavior on this already appears to be sensible. Test Plan: - Hid "Magic Home". - Viewed homepage with no dashboards on the menu. - Saw "Magic Home" content, with no item in the menu selected, which seems reasonable. {F2557022} Reviewers: chad Reviewed By: chad Maniphest Tasks: T12174 Differential Revision: https://secure.phabricator.com/D17289
This commit is contained in:
parent
3fc03c0da1
commit
6abdae8e73
1 changed files with 0 additions and 5 deletions
|
@ -13,11 +13,6 @@ final class PhabricatorHomeProfileMenuItem
|
|||
return pht('Home');
|
||||
}
|
||||
|
||||
public function canHideMenuItem(
|
||||
PhabricatorProfileMenuItemConfiguration $config) {
|
||||
return false;
|
||||
}
|
||||
|
||||
public function canMakeDefault(
|
||||
PhabricatorProfileMenuItemConfiguration $config) {
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue