Update estimated ram use when we use the dropdown to change resolution
This commit is contained in:
parent
fa08240a4d
commit
613ed1faf2
|
@ -48,6 +48,7 @@ function updateMonitorDimensions(element) {
|
|||
form.elements['newMonitor[Height]'].value = dimensions[1];
|
||||
}
|
||||
}
|
||||
update_estimated_ram_use();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue