Add "Settings" to the "My" menu
Although "Settings" is in the top right part of the menu bar, I found myself reaching for it under the "My" menu once logged in. We might as well keep it in both locations for users like myself who expect to find it there. Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
@@ -309,6 +309,7 @@ public class Gerrit implements EntryPoint {
|
||||
addLink(m, C.menyMyDrafts(), Link.MINE_DRAFTS);
|
||||
addLink(m, C.menuMyUnclaimedChanges(), Link.MINE_UNCLAIMED);
|
||||
addLink(m, C.menuMyStarredChanges(), Link.MINE_STARRED);
|
||||
addLink(m, C.menuSettings(), Link.SETTINGS);
|
||||
menuBar.addItem(C.menuMine(), m);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user