This commit is contained in:
2024-11-02 00:12:48 +09:00
parent 11f7a23859
commit ca9b2904a5
7 changed files with 23 additions and 11 deletions

View File

@@ -203,5 +203,13 @@ data:extend({
setting_type = 'startup',
default_value = false,
order = 'F07'
}, {
type = 'int-setting',
name = 'PHI-CT-QUALITY',
setting_type = 'startup',
default_value = 10,
minimum_value = 1,
maximum_value = 50,
order = 'F08'
}
})