We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
IsVisible
1 parent 79306ad commit a7e254cCopy full SHA for a7e254c
src/Views/DiffView.axaml
@@ -37,7 +37,6 @@
37
<Button Classes="icon_button"
38
Width="28"
39
Click="OnGotoFirstChange"
40
- IsVisible="{Binding IsTextDiff}"
41
ToolTip.Tip="{DynamicResource Text.Diff.First}">
42
<Button.IsVisible>
43
<MultiBinding Converter="{x:Static BoolConverters.And}">
@@ -78,7 +77,6 @@
78
77
79
80
Click="OnGotoLastChange"
81
82
ToolTip.Tip="{DynamicResource Text.Diff.Last}">
83
84
0 commit comments