mirror of
https://github.com/DevL0rd/SkyNX
synced 2024-11-22 11:03:08 +00:00
fixed checkbox bug
This commit is contained in:
parent
061963bc81
commit
133eb8829c
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ function applyClientSettings() {
|
|||
$("#debugEnabled").prop("checked", clientSettings.debug);
|
||||
$("#rainbowEnabled").prop("checked", clientSettings.rainbowEnabled);
|
||||
$("#devToolsOnStartup").prop("checked", clientSettings.devToolsOnStartup);
|
||||
$("#autoStart").prop("checked", clientSettings.autoStartStreamer);
|
||||
$("#qualitySlider").val(clientSettings.quality);
|
||||
$('#qualityLabel').html("Quality: " + clientSettings.quality + "M");
|
||||
$("#ipInput").val(clientSettings.ip);
|
||||
|
|
Loading…
Reference in a new issue