Anc813 / MicMute

Mute default mic clicking tray icon or shortcut
MIT License
138 stars 23 forks source link

fix: unhandled ex with long device names #31

Closed dwettstein closed 2 years ago

dwettstein commented 2 years ago

Actually, you tried to fix it at the correct location. Unfortunately, since a 64 char string is counted from 0 to 63, the max value had to be reduced by 1.

Could you please build a new package (v0.8.0) including this fix and add it to GitHub Releases?

Resolves: #25

Anc813 commented 2 years ago

@dwettstein thank You!

New version is here https://github.com/Anc813/MicMute/releases/tag/0.0.8