0

fix(ui): fix not being able to disable browser notifications. Closes #3115

This commit is contained in:
Gabe Kangas 2023-06-27 16:40:35 -07:00
parent 78353fa6af
commit e7f464a10f
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -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}