0

Fix disabled browser notifications showing up. Closes #2726

This commit is contained in:
Gabe Kangas 2023-02-22 18:04:11 -08:00
parent ce74fe3c93
commit 9744d4680c
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -224,7 +224,7 @@ export const Content: FC = () => {
showsHeader={false} showsHeader={false}
streamName={name} streamName={name}
customText={offlineMessage} customText={offlineMessage}
notificationsEnabled={browserNotificationsEnabled} notificationsEnabled={supportsBrowserNotifications}
fediverseAccount={fediverseAccount} fediverseAccount={fediverseAccount}
lastLive={lastDisconnectTime} lastLive={lastDisconnectTime}
onNotifyClick={() => setShowNotifyModal(true)} onNotifyClick={() => setShowNotifyModal(true)}