forked from Github/frigate
Activity indicator whenever preferred live mode changes (#11913)
This commit is contained in:
@@ -121,6 +121,10 @@ export default function LivePlayer({
|
||||
windowVisible,
|
||||
]);
|
||||
|
||||
useEffect(() => {
|
||||
setLiveReady(false);
|
||||
}, [preferredLiveMode]);
|
||||
|
||||
if (!cameraConfig) {
|
||||
return <ActivityIndicator />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user