change(tracker): fix up

This commit is contained in:
sylenien 2022-09-16 16:48:01 +02:00 committed by Delirium
parent 67669cafe4
commit 0d4cc837a9

View file

@ -281,9 +281,7 @@ export default class CallWindow {
}
public showRemoteOnly() {
if (this.controlsContainer) {
this.controlsContainer.style.display = 'none'
}
this.hideControls()
this.showRemoteControl()
}