[MM-22361] - Set default preferences to flash app window (#1218)

Co-authored-by: Nevyana <nevyana@Nevyanas-MacBook-Pro.local>
This commit is contained in:
Nev Angelova
2020-03-06 11:56:53 +02:00
committed by GitHub
parent 18d3ebdb53
commit 097e6180c8

View File

@@ -13,8 +13,8 @@ const defaultPreferences = {
trayIconTheme: 'light', trayIconTheme: 'light',
minimizeToTray: false, minimizeToTray: false,
notifications: { notifications: {
flashWindow: 0, flashWindow: 2,
bounceIcon: false, bounceIcon: true,
bounceIconType: 'informational', bounceIconType: 'informational',
}, },
showUnreadBadge: true, showUnreadBadge: true,