Merge pull request #23 from VE-FORBRYDERNE/scan-test

Dynamic world info scan
This commit is contained in:
henk717
2021-11-10 03:31:42 +01:00
committed by GitHub
3 changed files with 258 additions and 133 deletions

View File

@ -1593,6 +1593,9 @@ $(document).ready(function(){
$("#setadventure").prop('checked', msg.data).change();
// Update adventure state
setadventure(msg.data);
} else if(msg.cmd == "updatedynamicscan") {
// Update toggle state
$("#setdynamicscan").prop('checked', msg.data).change();
} else if(msg.cmd == "runs_remotely") {
remote = true;
hide([button_savetofile, button_import, button_importwi]);