mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +03:00
hide minimap when previewing
This commit is contained in:
parent
d6b97447cd
commit
27bac4a579
@ -366,7 +366,7 @@ export default function EventView({
|
|||||||
timestampSpread={15}
|
timestampSpread={15}
|
||||||
timelineStart={timeRange.before}
|
timelineStart={timeRange.before}
|
||||||
timelineEnd={timeRange.after}
|
timelineEnd={timeRange.after}
|
||||||
showMinimap={showMinimap}
|
showMinimap={showMinimap && !previewTime}
|
||||||
minimapStartTime={minimapBounds.start}
|
minimapStartTime={minimapBounds.start}
|
||||||
minimapEndTime={minimapBounds.end}
|
minimapEndTime={minimapBounds.end}
|
||||||
showHandlebar={previewTime != undefined}
|
showHandlebar={previewTime != undefined}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user