Instructions downloader #54

Merged
FrederikBaerentsen merged 19 commits from instructions into master 2025-01-26 19:17:42 +01:00
Showing only changes of commit acebf6efd6 - Show all commits

View File

@ -43,6 +43,8 @@ class BrickSocket {
this.html_progress_bar.textContent = ""; this.html_progress_bar.textContent = "";
} }
this.progress_message("");
this.spinner(false); this.spinner(false);
} }