viktor-shmigol/electron-windows-badge

Not working with string.

Opened this issue · 0 comments

I'm trying to use it with string value but it not working.
ipcRenderer.sendSync('update-badge', '.');
When I change to number it works.
ipcRenderer.sendSync('update-badge', 1);

But I really want to use the string '.', how can I do that?