Update p-bar text, not sure how this happened

This commit is contained in:
Mashintime 2023-02-19 13:48:21 -05:00
parent 82324f351d
commit 71c0649105

View file

@ -1575,7 +1575,7 @@ ipcRenderer.on("action-update-transmission-status", (event, arg) => {
" (comp: " +
formatBytes(arq_bytes_per_minute_compressed, 1) +
")</strong>";
document.getElementById("transmission_timeleft").innerHTML = time_left;
connectedStation(data);
});