Taskbar notifications
-
Hello
Please add taskbar notifications as in this screenshot from electron-chromium based Skype application:
According to the following resources:
Stackoverflow - How do I make a Chrome extension's window blink in the taskbar?
Stackoverflow - Show orange Windows taskbar icon orange when a Chrome Packaged app gets a notification
it can be achieved with:var appWindow = chrome.app.window.current(); appWindow.drawAttention();
Thanks
-
Ppafflick moved this topic from Vivaldi for Polestar on