Skip to content

Commit 5e58f51

Browse files
committed
Stop continuously nagging the user with a bouncing GitX dock icon when the pull/push request is complete. With this change, the dock icon only bounces once.
1 parent 349689e commit 5e58f51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PBRemoteProgressSheet.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ - (void) showSuccessMessage
287287
[info appendString:[self standardOutputDescription]];
288288

289289
[(NSWindowController<Messages>*)controller showMessageSheet:[self successTitle] infoText:info];
290+
[NSApp cancelUserAttentionRequest: NSCriticalRequest];
290291
}
291292

292293

0 commit comments

Comments
 (0)