[Glitch] Change how missing desktop notifications permission is displayed

Port a69ca29473 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Eugen Rochko
2020-10-15 16:24:47 +02:00
committed by Thibaut Girka
parent dca05c79a9
commit 4ae4b03974
8 changed files with 91 additions and 45 deletions

View File

@ -39,6 +39,7 @@ const initialState = ImmutableMap({
reblog: false,
mention: false,
poll: false,
status: false,
}),
quickFilter: ImmutableMap({
@ -54,6 +55,7 @@ const initialState = ImmutableMap({
reblog: true,
mention: true,
poll: true,
status: true,
}),
sounds: ImmutableMap({
@ -63,6 +65,7 @@ const initialState = ImmutableMap({
reblog: true,
mention: true,
poll: true,
status: true,
}),
}),