Maintian "no config" state after vendor config (#999)

This commit is contained in:
Gunnar Skjold
2025-09-25 10:46:02 +02:00
committed by GitHub
parent 4a3ad6ab9b
commit f1089faab5
4 changed files with 14 additions and 9 deletions

View File

@@ -35,7 +35,7 @@
navigate(basepath + (sysinfo.usrcfg ? "" : "setup"));
}
let cc = false;
let cc = true;
sysinfoStore.subscribe(update => {
sysinfo = update;
if(update.fwconsent === 1) {