mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-29 07:09:03 +03:00
Fixes (#17334)
* more docs updates * debug view note * hide notifications submenu if camera is disabled * fix value replacement from incorrect i18n changes
This commit is contained in:
@@ -377,7 +377,7 @@ export default function LiveContextMenu({
|
||||
</ContextMenuItem>
|
||||
</>
|
||||
)}
|
||||
{notificationsEnabledInConfig && (
|
||||
{notificationsEnabledInConfig && isEnabled && (
|
||||
<>
|
||||
<ContextMenuSeparator />
|
||||
<ContextMenuSub>
|
||||
|
||||
Reference in New Issue
Block a user