Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class TrackingChecklistManager(private val vrServer: VRServer) : VRCConfigListen
steps.add(
TrackingChecklistStepT().apply {
id = TrackingChecklistStepId.STAY_ALIGNED_CONFIGURED
enabled = true
enabled = false
optional = true
ignorable = true
visibility = TrackingChecklistStepVisibility.WHEN_INVALID
Expand Down