mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-27 03:46:15 +08:00
Optionally show tracked object paths in debug view (#19025)
This commit is contained in:

committed by
Blake Blackshear

parent
3609b41217
commit
22478df4d6
@@ -93,6 +93,12 @@ export default function ObjectSettingsView({
|
||||
description: t("debug.regions.desc"),
|
||||
info: <Trans ns="views/settings">debug.regions.tips</Trans>,
|
||||
},
|
||||
{
|
||||
param: "paths",
|
||||
title: t("debug.paths.title"),
|
||||
description: t("debug.paths.desc"),
|
||||
info: <Trans ns="views/settings">debug.paths.tips</Trans>,
|
||||
},
|
||||
];
|
||||
|
||||
const [options, setOptions, optionsLoaded] = usePersistence<Options>(
|
||||
|
Reference in New Issue
Block a user