fix(ui): fix not being able to disable browser notifications. Closes #3115
This commit is contained in:
parent
78353fa6af
commit
e7f464a10f
@ -241,7 +241,7 @@ export const Content: FC = () => {
|
||||
<Col span={24} style={{ paddingRight: dynamicPadding }}>
|
||||
<ActionButtons
|
||||
supportFediverseFeatures={supportFediverseFeatures}
|
||||
supportsBrowserNotifications
|
||||
supportsBrowserNotifications={supportsBrowserNotifications}
|
||||
showNotifyReminder={showNotifyReminder}
|
||||
setShowNotifyModal={setShowNotifyModal}
|
||||
disableNotifyReminderPopup={disableNotifyReminderPopup}
|
||||
|
Loading…
x
Reference in New Issue
Block a user