Change default setting from 0 to false

GH-514
This commit is contained in:
Wesley van der Sanden
2017-11-13 23:22:44 +01:00
parent 53ba79294b
commit 5cf940b314

View File

@@ -10,7 +10,7 @@ const defaultPreferences = {
minimizeToTray: false,
notifications: {
flashWindow: 0,
bounceIcon: 0,
bounceIcon: false,
bounceIconType: 'informational'
},
showUnreadBadge: true,