Skip to content

Commit

Permalink
Fixed icon visibility binding in message dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jp2masa committed Sep 2, 2024
1 parent 3c53417 commit 480df0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Movere/Views/MessageDialogView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<DockPanel Margin="4">

<Image DockPanel.Dock="Left"
IsVisible="{Binding !!Icon}"
IsVisible="{Binding Icon, Converter={x:Static ObjectConverters.IsNotNull}}"
Margin="4"
VerticalAlignment="Top"
Width="48"
Expand Down

0 comments on commit 480df0a

Please sign in to comment.