mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-20 05:42:40 +01:00
Give Maniphest a title glyph
Summary: Ref T7055. Apparently we just never had one? I feel like I'm crazy. But I can't find any trace in the logs. I'm actually not 100% sold on this being better because it's a color glyph on OSX and those feel a little out of place / tacky to me compared to the black-and-white ones. So I'd be fine with just leaving it off, too. Clearly not important if no one noticed it until I caught it in T7055. Test Plan: {F276917} Reviewers: chad Reviewed By: chad Subscribers: epriestley Maniphest Tasks: T7055 Differential Revision: https://secure.phabricator.com/D11524
This commit is contained in:
parent
32b85c065e
commit
5b6b2ee850
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ final class PhabricatorManiphestApplication extends PhabricatorApplication {
|
|||
return 'fa-anchor';
|
||||
}
|
||||
|
||||
public function getTitleGlyph() {
|
||||
return "\xE2\x9A\x93";
|
||||
}
|
||||
|
||||
public function isPinnedByDefault(PhabricatorUser $viewer) {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue