mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-07 14:04:10 +03:00
Only show the genai summary popup on mobile when timeline is open
This commit is contained in:
parent
5b7fe10caf
commit
8ddf3ac72e
@ -985,7 +985,7 @@ function Timeline({
|
||||
),
|
||||
)}
|
||||
>
|
||||
{isMobile && (
|
||||
{isMobile && timelineType == "timeline" && (
|
||||
<GenAISummaryDialog review={activeReviewItem} onOpen={onAnalysisOpen} />
|
||||
)}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user