default optimize text to off for everything but PS
This commit is contained in:
parent
493aec31e4
commit
e914446328
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue