Change how missing desktop notifications permission is displayed (#14985)

Add missing controls for new notification type
This commit is contained in:
Eugen Rochko
2020-10-15 16:24:47 +02:00
committed by GitHub
parent b4c4af18dc
commit a69ca29473
9 changed files with 92 additions and 45 deletions

View File

@ -35,6 +35,7 @@ const initialState = ImmutableMap({
reblog: false,
mention: false,
poll: false,
status: false,
}),
quickFilter: ImmutableMap({
@ -50,6 +51,7 @@ const initialState = ImmutableMap({
reblog: true,
mention: true,
poll: true,
status: true,
}),
sounds: ImmutableMap({
@ -59,6 +61,7 @@ const initialState = ImmutableMap({
reblog: true,
mention: true,
poll: true,
status: true,
}),
}),