fix(ui): Spoolman-Section im Filaments-Tab nach asynchronem Status-Load anzeigen
All checks were successful
Nightly Build / build (push) Successful in 4m8s

_loadSpoolmanStatus() rief _buildSpoolmanSection() nicht auf — Section blieb
versteckt weil configured-Flag beim Tab-Öffnen noch false war.
This commit is contained in:
2026-06-28 18:54:30 +02:00
parent 3f915b058b
commit 81906cfffc
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
0.9.27
0.9.28-nightly1

View File

@@ -54,6 +54,7 @@ function _loadSpoolmanStatus(){
_spoolmanStatus=d;
_slotSpoolMap=d.slot_spools||{};
_updateSpoolmanStatusDot();
_buildSpoolmanSection();
}).catch(function(){});
}
function _updateSpoolmanStatusDot(){