Update estimated ram use when we use the dropdown to change resolution

This commit is contained in:
Isaac Connor 2021-03-22 12:06:48 -04:00
parent fa08240a4d
commit 613ed1faf2
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ function updateMonitorDimensions(element) {
form.elements['newMonitor[Height]'].value = dimensions[1];
}
}
update_estimated_ram_use();
return false;
}