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