This commit is contained in:
2026-06-05 04:40:59 +09:00
parent 140ae6651c
commit e1412bbac6
+1
View File
@@ -36,6 +36,7 @@ end
if settings.startup['PHI-GM'].value then if settings.startup['PHI-GM'].value then
if settings.startup['PHI-GM'].value == 'SAP' then if settings.startup['PHI-GM'].value == 'SAP' then
require('data.b.gm-sap') require('data.b.gm-sap')
elseif settings.startup['PHI-GM'].value == 'VP' then elseif settings.startup['PHI-GM'].value == 'VP' then
require('data.b.gm-vp') require('data.b.gm-vp')
end end