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