This commit is contained in:
2024-11-10 03:44:18 +09:00
parent fdf939654d
commit 5ad5f5444d
7 changed files with 137 additions and 27 deletions

View File

@@ -209,7 +209,13 @@ data:extend({
setting_type = 'startup',
default_value = 10,
minimum_value = 1,
maximum_value = 50,
maximum_value = 100,
order = 'F08'
}, {
type = 'bool-setting',
name = 'PHI-CT-NO-QUALITY',
setting_type = 'startup',
default_value = false,
order = 'F09'
}
})