Skip to content

Commit

Permalink
click avatar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sahin-a committed Mar 16, 2023
1 parent 0f7d30b commit a9fb860
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<StackPanel Orientation="Horizontal" Grid.Column="0" HorizontalAlignment="Stretch">
<!-- Profile Picture -->
<Button
Command="{Binding Path=DataContext.Config.ShowInfoCommand,
Command="{Binding Path=DataContext.ProfileClickedCommand,
RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=UserControl}}"
CommandParameter="{Binding ProfileUrl}" ClipToBounds="True"
IsVisible="{Binding Path=DataContext.Config.ShowAvatar,
Expand Down

0 comments on commit a9fb860

Please sign in to comment.