mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 01:11:13 -06:00
13 lines
595 B
Markdown
13 lines
595 B
Markdown
|
# Intro
|
||
|
To bring the Electron app to front upon receiving notifications.
|
||
|
|
||
|
# Platforms Supported
|
||
|
macOS, Windows 7, Windows 10
|
||
|
|
||
|
# Purpose
|
||
|
To bring the Electron app to front upon receiving notifications. On Windows, we just flash the taskbar when a notification is received.
|
||
|
|
||
|
# Details
|
||
|
- On Windows, use the "Flash Notification in Taskbar" option under the "Window" menu in the app to set "Flash Notification in Taskbar" to true in Electron.
|
||
|
- On macOS, use the "Bring to Front on Notifications" option under the "View" menu in the app to set "Bring to Front on Notifications" to true in Electron.
|