This commit is contained in:
2026-06-05 15:42:42 +09:00
parent 74d76f29e7
commit 3df0aa5e6b
+13 -14
View File
@@ -1,3 +1,16 @@
if settings.startup['PHI-MB'].value then
if settings.startup['PHI-MB-ENERGY'].value and settings.startup['PHI-MB-ENERGY'].value > 1 then
require('data.b.mbe')
end
if settings.startup['PHI-MB-MACHINE'].value and settings.startup['PHI-MB-MACHINE'].value > 1 then
require('data.b.mbm')
end
if settings.startup['PHI-MB-EQUIPMENT'].value and settings.startup['PHI-MB-EQUIPMENT'].value > 1 then
require('data.b.mbq')
end
end
if settings.startup['PHI-CT'].value then
require('data.b.ct')
@@ -27,17 +40,3 @@ if settings.startup['PHI-GM'].value then
require('data.b.gm-vp')
end
end
if settings.startup['PHI-MB'].value then
if settings.startup['PHI-MB-ENERGY'].value and settings.startup['PHI-MB-ENERGY'].value > 1 then
require('data.b.mbe')
end
if settings.startup['PHI-MB-MACHINE'].value and settings.startup['PHI-MB-MACHINE'].value > 1 then
require('data.b.mbm')
end
if settings.startup['PHI-MB-EQUIPMENT'].value and settings.startup['PHI-MB-EQUIPMENT'].value > 1 then
require('data.b.mbq')
end
end