Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions GitUp/Application/Document.m
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,7 @@ - (void)_updateStatusBar {
NSRect frame = _pullButton.frame;
if (isBehind) {
_pullButton.image = [NSImage imageNamed:@"icon_action_fetch_new"];
_pullButton.toolTip = NSLocalizedString(@"Local tip is behind - pull current branch from upstream", nil);
_pullButton.frame = NSMakeRect(frame.origin.x + frame.size.width - 53, frame.origin.y, 53, frame.size.height);
} else {
_pullButton.image = [NSImage imageNamed:@"icon_action_fetch"];
Expand Down