Merge branch 'united' into patch

This commit is contained in:
Gnome Ann
2022-01-16 00:36:55 -05:00
29 changed files with 2370 additions and 124 deletions

View File

@ -2200,6 +2200,9 @@ $(document).ready(function(){
if(!$("#setrngpersist").prop("checked")) {
$("#rngmemory").val("");
}
} else if(msg.cmd == "updatenogenmod") {
// Update toggle state
$("#setnogenmod").prop('checked', msg.data).change();
} else if(msg.cmd == "runs_remotely") {
remote = true;
hide([button_savetofile, button_import, button_importwi]);