tracker: change allowstart to keep true

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

View file

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