yafp / ttth

ttth (talk to the hand) is an electron based desktop app for online services like WhatsApp, Threema, Telegram, Twitter, Google and several others.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for app BadgeCount

yafp opened this issue · comments

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
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).

commented

Regarding linux

signalapp/Signal-Desktop#3387

I tried adding

"desktopName": "ttth.desktop",

to package.json. Lets hope that helps.