Automatically use 'Low' when VRAM<4.5GB

This commit is contained in:
JeLuF
2023-05-21 17:42:47 +02:00
parent 566cb55f36
commit 70a3beeaa2
3 changed files with 20 additions and 2 deletions

View File

@ -239,7 +239,7 @@ function setServerStatus(event) {
break
}
if (SD.serverState.devices) {
setDeviceInfo(SD.serverState.devices)
document.dispatchEvent(new CustomEvent("system_info_update", { detail: SD.serverState.devices}))
}
}