diff --git a/ui/v2.5/src/components/ScenePlayer/ScenePlayer.tsx b/ui/v2.5/src/components/ScenePlayer/ScenePlayer.tsx index e8bd76382..88bda1c88 100644 --- a/ui/v2.5/src/components/ScenePlayer/ScenePlayer.tsx +++ b/ui/v2.5/src/components/ScenePlayer/ScenePlayer.tsx @@ -248,7 +248,7 @@ export const ScenePlayer: React.FC = ({ const auto = useRef(false); const interactiveReady = useRef(false); const minimumPlayPercent = uiConfig?.minimumPlayPercent ?? 0; - const trackActivity = uiConfig?.trackActivity ?? false; + const trackActivity = uiConfig?.trackActivity ?? true; const vrTag = uiConfig?.vrTag ?? undefined; useScript( diff --git a/ui/v2.5/src/components/Settings/SettingsInterfacePanel/SettingsInterfacePanel.tsx b/ui/v2.5/src/components/Settings/SettingsInterfacePanel/SettingsInterfacePanel.tsx index 9f23beee2..0419f3bd3 100644 --- a/ui/v2.5/src/components/Settings/SettingsInterfacePanel/SettingsInterfacePanel.tsx +++ b/ui/v2.5/src/components/Settings/SettingsInterfacePanel/SettingsInterfacePanel.tsx @@ -301,7 +301,7 @@ export const SettingsInterfacePanel: React.FC = () => { saveUI({ trackActivity: v })} /> Interface -> Scene Player -> Enable Scene Play History`. \ No newline at end of file diff --git a/ui/v2.5/src/locales/en-GB.json b/ui/v2.5/src/locales/en-GB.json index c752e5b73..f57c21ebf 100644 --- a/ui/v2.5/src/locales/en-GB.json +++ b/ui/v2.5/src/locales/en-GB.json @@ -737,7 +737,7 @@ "enable_chromecast": "Enable Chromecast", "show_ab_loop_controls": "Show AB Loop plugin controls", "show_scrubber": "Show Scrubber", - "track_activity": "Track Activity", + "track_activity": "Enable Scene Play history", "vr_tag": { "description": "The VR button will only be displayed for scenes with this tag.", "heading": "VR Tag"