fixed wrong position of conversation window
This commit is contained in:
parent
9bcba0beae
commit
54e75128dc
5 changed files with 38 additions and 25 deletions
|
|
@ -247,7 +247,7 @@
|
|||
return nil;
|
||||
}
|
||||
|
||||
- (void)unreadMentions:(NSInteger)count {
|
||||
- (void)unreadMentions:(int)count {
|
||||
if (![mentionsViewWindow isVisible] && count > 0) {
|
||||
[timelineViewWindow setTitle:[NSString stringWithFormat:@"Tentia (^%i)", count]];
|
||||
[[[NSApplication sharedApplication] dockTile] setBadgeLabel:[NSString stringWithFormat:@"%i", count]];
|
||||
|
|
|
|||
Reference in a new issue