tracker: change allowstart to keep true

This commit is contained in:
nick-delirium 2024-11-12 09:49:40 +01:00
parent db9fe8c72a
commit 7d9bd30939
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -1772,7 +1772,6 @@ export default class App {
this.messages.length = 0
this.trackedFrames = []
this.parentActive = false
this.canStart = false
} finally {
this.activityState = ActivityState.NotActive
this.debug.log('OpenReplay tracking stopped.')