Add option to hide notification markers

This commit is contained in:
Thibaut Girka
2020-10-27 10:52:50 +01:00
committed by ThibG
parent c762ca49dc
commit a81bb14abe
3 changed files with 11 additions and 2 deletions

View File

@ -55,6 +55,7 @@ const initialState = ImmutableMap({
notifications : ImmutableMap({
favicon_badge : false,
tab_badge : true,
show_unread : true,
}),
});