Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unread Message count not reseting in 1.4 #5

Open
riebecj opened this issue Oct 4, 2021 · 4 comments
Open

Unread Message count not reseting in 1.4 #5

riebecj opened this issue Oct 4, 2021 · 4 comments

Comments

@riebecj
Copy link

riebecj commented Oct 4, 2021

I have Streamdeck AppleMail plugin 1.4 installed and am using it with Elgato StreamDeck mobile app on my iPhone and the title still doesn't reset after all messages are read.

@finales101
Copy link

On MacOS for me it does replace the red badge icon correctly after e-mails are read but left the number of unread e-mails in the title of the stream deck tile.

I fixed it by adding a space between the quotes in line 233 of MyStreamDeckPlugin.m in refreshUnreadCount
before: [self.connectionManager setTitle:@"" withContext:context withTarget:kESDSDKTarget_HardwareAndSoftware];
after: [self.connectionManager setTitle:@" " withContext:context withTarget:kESDSDKTarget_HardwareAndSoftware];

@ThrashinVictim
Copy link

Still an issue

@ThrashinVictim
Copy link

On MacOS for me it does replace the red badge icon correctly after e-mails are read but left the number of unread e-mails in the title of the stream deck tile.

I fixed it by adding a space between the quotes in line 233 of MyStreamDeckPlugin.m in refreshUnreadCount before: [self.connectionManager setTitle:@"" withContext:context withTarget:kESDSDKTarget_HardwareAndSoftware]; after: [self.connectionManager setTitle:@" " withContext:context withTarget:kESDSDKTarget_HardwareAndSoftware];

Is t here a how-to on how to do this?

@tiptronic
Copy link
Contributor

@ThrashinVictim Please stand by a bit - there will be a new signed version shortly with this fix applied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants