Force app reload for all clients detecting a firmware update.

This commit is contained in:
Robert Strouse 2023-10-19 16:08:46 -07:00
parent 96b88ffa19
commit 912b9d56f3
2 changed files with 1 additions and 0 deletions

View file

@ -4114,6 +4114,7 @@ class Firmware {
div.style.color = 'red';
div.innerHTML = `Updating ${file} to ${prog.ver} ${pct}%`;
}
general.reloadApp = true;
let git = document.getElementById('divGitInstall');
if (git) {
// Update the status on the client that started the install.