This commit is contained in:
2024-06-18 01:17:09 +09:00
parent f29132d0d5
commit cc841b99ca

View File

@@ -3,13 +3,13 @@ data:extend({
type = 'bool-setting',
name = 'PHI-EN',
setting_type = 'startup',
default_value = false,
default_value = true,
order = 'A1'
}, {
type = 'bool-setting',
name = 'PHI-MB',
setting_type = 'startup',
default_value = false,
default_value = true,
order = 'A2'
}, {
type = 'bool-setting',