More work on UI
This commit is contained in:
15
frontend/views/control/dist/sound.js
vendored
Normal file
15
frontend/views/control/dist/sound.js
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.Sound = void 0;
|
||||
var Sound = /** @class */ (function () {
|
||||
function Sound(Main) {
|
||||
this.volumeInput = document.querySelector('.ntsh_soundsettings-volume');
|
||||
this.eqLowInput = document.querySelector('.ntsh_soundsettings-eqlow');
|
||||
this.eqMidInput = document.querySelector('.ntsh_soundsettings-eqmid');
|
||||
this.eqHighInput = document.querySelector('.ntsh_soundsettings-eqhigh');
|
||||
this._Main = Main;
|
||||
}
|
||||
return Sound;
|
||||
}());
|
||||
exports.Sound = Sound;
|
||||
//# sourceMappingURL=sound.js.map
|
||||
Reference in New Issue
Block a user