fix(webui): fix theme flash when reloading the page (when using white theme) #2456

Closed
Animan8000 wants to merge 5 commits from (deleted):theme-fix into main
Showing only changes of commit a4f3b94e9b - Show all commits

View File

@ -64,7 +64,9 @@ export const focusController: RequestHandler = async (req, res) => {
}
);
res.end();
res.json({
FocusUpgrade: { ItemType: focusType }
});
break;
}
case FocusOperation.UnlockUpgrade: {