Sync and save show budget

This commit is contained in:
Henk
2022-09-21 17:39:56 +02:00
parent a6298ee6df
commit d0664207e8
2 changed files with 12 additions and 0 deletions

View File

@ -2708,6 +2708,9 @@ $(document).ready(function(){
} else if(msg.cmd == "updateoutputstreaming") {
// Update toggle state
$("#setoutputstreaming").prop('checked', msg.data).change();
} else if(msg.cmd == "updateshowbudget") {
// Update toggle state
$("#setshowbudget").prop('checked', msg.data).change();
} else if(msg.cmd == "updateshowprobs") {
$("#setshowprobs").prop('checked', msg.data).change();