Skip to content

Commit

Permalink
fixed a problem with updating the count, if mailbox was empty
Browse files Browse the repository at this point in the history
  • Loading branch information
tiptronic committed Jul 21, 2023
1 parent 4009b8e commit 7bd20b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MyStreamDeckPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ - (void)refreshUnreadCount
else if(numberOfUnreadEmails == 0)
{
[self.connectionManager setImage:self.base64MailIconString withContext:context withTarget:kESDSDKTarget_HardwareAndSoftware];
[self.connectionManager setTitle:@"" withContext:context withTarget:kESDSDKTarget_HardwareAndSoftware];
[self.connectionManager setTitle:@" " withContext:context withTarget:kESDSDKTarget_HardwareAndSoftware];
}
else
{
Expand Down

0 comments on commit 7bd20b6

Please sign in to comment.