Skip to content

Commit

Permalink
Fix divider
Browse files Browse the repository at this point in the history
  • Loading branch information
yaira2 committed Oct 10, 2023
1 parent 1b1ff7d commit 46f0e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Files.App/UserControls/StatusBarControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
x:Name="VSCodeDivider"
Width="1"
Height="18"
x:Load="{x:Bind converters:MultiBooleanConverter.AndNotConvert(Commands.OpenInVSCode.IsExecutable, Commands.OpenInVS.IsExecutable), Mode=OneWay}"
x:Load="{x:Bind Commands.OpenInVSCode.IsExecutable, Mode=OneWay}"
Background="{ThemeResource DividerStrokeColorDefaultBrush}" />

<Button
Expand Down

0 comments on commit 46f0e3d

Please sign in to comment.