default optimize text to off for everything but PS

This commit is contained in:
Shaun Inman 2023-03-06 21:10:19 -05:00
parent 493aec31e4
commit e914446328

View file

@ -762,8 +762,8 @@ static struct Config {
.key = "minarch_optimize_text", .key = "minarch_optimize_text",
.name = "Optimize Text", .name = "Optimize Text",
.desc = "Prioritize a consistent stroke width when upscaling single\npixel lines using nearest neighbor scaler. Increases CPU load.\nOnly applies to native scaling.", .desc = "Prioritize a consistent stroke width when upscaling single\npixel lines using nearest neighbor scaler. Increases CPU load.\nOnly applies to native scaling.",
.default_value = 1, .default_value = 0,
.value = 1, .value = 0,
.count = 2, .count = 2,
.values = onoff_labels, .values = onoff_labels,
.labels = onoff_labels, .labels = onoff_labels,