Make unread badge configurable

This commit is contained in:
Kolja Lampe
2016-07-15 13:04:14 +02:00
committed by Kolja Lampe
parent 6a99bdb72c
commit 51d828aa1a
6 changed files with 36 additions and 6 deletions

View File

@@ -30,7 +30,8 @@ var loadDefault = function(version) {
version: 1,
notifications: {
flashWindow: 0 // 0 = flash never, 1 = only when idle (after 10 seconds), 2 = always
}
},
showUnreadBadge: true
};
}
}