This commit is contained in:
2024-06-18 02:05:58 +09:00
parent b433fc8fb8
commit cf197487ab
3 changed files with 9 additions and 7 deletions

View File

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