This commit is contained in:
2025-04-17 21:23:07 +09:00
parent d0282fe316
commit 7046ec6ce2

View File

@@ -143,7 +143,9 @@ if settings.startup['PHI-CT'].value or settings.startup['PHI-MI'].value or (sett
for _, e in pairs(ec) do
for k, v in pairs(ic_n) do
e.insert{name = k, count = v.c, quality = 'normal'}
if v.c > 0 then
e.insert{name = k, count = v.c, quality = 'normal'}
end
end
end