Fix old property name
This commit is contained in:
parent
ec4f721270
commit
13e6d4d941
@ -89,9 +89,9 @@ class PrintOptions {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (spec.has("graystyle"))
|
if (spec.has("monochrome"))
|
||||||
{
|
{
|
||||||
if (spec.optBoolean("graystyle"))
|
if (spec.optBoolean("monochrome"))
|
||||||
{
|
{
|
||||||
builder.setColorMode(PrintAttributes.COLOR_MODE_MONOCHROME);
|
builder.setColorMode(PrintAttributes.COLOR_MODE_MONOCHROME);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user