yafp/ttth

Add support for app BadgeCount

yafp opened this issue · 2 comments

yafp commented

electron offers the option to set the badge count of an application using

app.setBadgeCount()

This is supposed to work on

  • Linux (only with UnityLauncher)
  • MacOS
yafp commented

seems to work almost out of the box for macOS, but not on Linux using XFCE (as it is supposed to work only using UnityLauncher).

yafp commented

Regarding linux

signalapp/Signal-Desktop#3387

I tried adding

"desktopName": "ttth.desktop",

to package.json. Lets hope that helps.