Fix disabled browser notifications showing up. Closes #2726
This commit is contained in:
parent
ce74fe3c93
commit
9744d4680c
@ -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)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user