sparkles: Switched placket types to bool options
This commit is contained in:
parent
329bb0d662
commit
df7342ec10
10 changed files with 23 additions and 36 deletions
|
@ -19,7 +19,7 @@ export default part => {
|
|||
} = part.shorthand();
|
||||
|
||||
if (
|
||||
options.buttonholePlacketType !== "seperate" ||
|
||||
!options.seperateButtonholePlacket ||
|
||||
options.buttonholePlacketStyle !== "classic"
|
||||
) {
|
||||
part.paths = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue