Skip to content

Commit

Permalink
Update slick_layer_combinator.inx
Browse files Browse the repository at this point in the history
This should fix the empty string error
  • Loading branch information
nms-scribe authored Feb 1, 2024
1 parent 4fddd00 commit dc9d12e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inkscape-1.0/slick_layer_combinator.inx
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<dependency type="executable" location="extensions">slick_layer_combinator.py</dependency>

<label appearance="header">Option layers to cycle through:</label>
<param name="all" type="optiongroup" gui-text="">
<param name="all" type="optiongroup" gui-text=" ">
<option value="true">Find and create exports for all option layers.</option>
<option value="false">Create exports for only the following option layer(s) . . . . . . . . . . . .</option>
</param>
<param name="layers" type="string" indent="3" gui-text="Layer names:" gui-description="Layer 1, Layer 2, etc"></param>
<label indent="4">Enter one or more layer names separated by commas.</label>
<separator />
<label appearance="header">File export path:</label>
<param name="directory" type="path" mode="folder" gui-text=""></param>
<param name="directory" type="path" mode="folder" gui-text=" "></param>

<effect needs-document="true" needs-live-preview="false">
<effects-menu hidden="false">
Expand Down

0 comments on commit dc9d12e

Please sign in to comment.