mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-01 08:32:18 +03:00
Snap points to edges and create object mask from bounding box (#16488)
This commit is contained in:
@@ -124,7 +124,7 @@ export default function Settings() {
|
||||
if (allSettingsViews.includes(page as SettingsType)) {
|
||||
setPage(page as SettingsType);
|
||||
}
|
||||
return true;
|
||||
return false;
|
||||
});
|
||||
|
||||
useSearchEffect("camera", (camera: string) => {
|
||||
@@ -132,7 +132,7 @@ export default function Settings() {
|
||||
if (cameraNames.includes(camera)) {
|
||||
setSelectedCamera(camera);
|
||||
}
|
||||
return true;
|
||||
return false;
|
||||
});
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user