Change default setting from 0 to false
GH-514
This commit is contained in:
@@ -10,7 +10,7 @@ const defaultPreferences = {
|
||||
minimizeToTray: false,
|
||||
notifications: {
|
||||
flashWindow: 0,
|
||||
bounceIcon: 0,
|
||||
bounceIcon: false,
|
||||
bounceIconType: 'informational'
|
||||
},
|
||||
showUnreadBadge: true,
|
||||
|
Reference in New Issue
Block a user