Implemented sound and lighting sliders
This commit is contained in:
@@ -7,7 +7,7 @@ export class Calibration {
|
||||
visible: boolean = false;
|
||||
|
||||
container: HTMLDivElement = document.querySelector('.ntsh-calibration');
|
||||
image: HTMLImageElement = this.container.querySelector('img');
|
||||
image: HTMLImageElement = this.container.querySelector('img.stream');
|
||||
|
||||
constructor(Main: Main) {
|
||||
this._Main = Main;
|
||||
|
||||
Reference in New Issue
Block a user