SymphonyElectron/docs/features/bring-to-front.md

13 lines
595 B
Markdown
Raw Normal View History

2019-07-25 05:40:35 -05:00
# 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.