Skip to content

Commit baeef2d

Browse files
authored
fix: too many closing curly braces (#1496)
1 parent 5240222 commit baeef2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Views/ConfigureCustomActionControls.axaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@
191191
<Grid Margin="0,8,0,0" ColumnDefinitions="Auto,*">
192192
<Grid.IsVisible>
193193
<MultiBinding Converter="{x:Static BoolConverters.Or}">
194-
<Binding Path="Type" Converter="{x:Static ObjectConverters.Equal}" ConverterParameter="{x:Static m:CustomActionControlType.CheckBox}}"/>
195-
<Binding Path="Type" Converter="{x:Static ObjectConverters.Equal}" ConverterParameter="{x:Static m:CustomActionControlType.PathSelector}}"/>
194+
<Binding Path="Type" Converter="{x:Static ObjectConverters.Equal}" ConverterParameter="{x:Static m:CustomActionControlType.CheckBox}"/>
195+
<Binding Path="Type" Converter="{x:Static ObjectConverters.Equal}" ConverterParameter="{x:Static m:CustomActionControlType.PathSelector}"/>
196196
</MultiBinding>
197197
</Grid.IsVisible>
198198
<TextBlock Grid.Column="0"

0 commit comments

Comments
 (0)