Optionally show tracked object paths in debug view (#19025)

This commit is contained in:
Josh Hawkins
2025-07-07 09:33:19 -05:00
committed by Blake Blackshear
parent 3609b41217
commit 22478df4d6
6 changed files with 62 additions and 0 deletions

View File

@@ -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>(