mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-27 01:02:42 +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');
|
return pht('Home');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function canHideMenuItem(
|
|
||||||
PhabricatorProfileMenuItemConfiguration $config) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function canMakeDefault(
|
public function canMakeDefault(
|
||||||
PhabricatorProfileMenuItemConfiguration $config) {
|
PhabricatorProfileMenuItemConfiguration $config) {
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue