mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
Update gui/src/components/onboarding/pages/trackers-assign/TrackerAssignOptions.tsx
Co-authored-by: Sapphire <imsapphire0@gmail.com>
This commit is contained in:
@@ -62,7 +62,7 @@ export function TrackerAssignOptions({
|
||||
|
||||
const { config, setConfig } = useConfig();
|
||||
|
||||
const getPreferedSet = () => {
|
||||
const getPreferredSet = () => {
|
||||
return (Object.entries(ASSIGN_MODE_OPTIONS).find(
|
||||
([_, count]) => count >= connectedIMUTrackers.length
|
||||
)?.[0] as AssignMode) ?? AssignMode.All
|
||||
|
||||
Reference in New Issue
Block a user