Skip to content

Commit

Permalink
Merge pull request #7423 from MarnixCroes/Coinjoin-tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
soosr committed Mar 1, 2022
2 parents 60da1c7 + ed831ad commit c5b99ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Panel x:DataType="historyItems:HistoryItemViewModelBase">
<PathIcon ToolTip.Tip="Transaction" Data="{StaticResource normal_transaction}" Opacity="0.6"
IsVisible="{Binding !IsCoinJoin}" />
<PathIcon ToolTip.Tip="CoinJoin" Data="{StaticResource shield_regular}" Height="15" Opacity="0.6"
<PathIcon ToolTip.Tip="Coinjoin" Data="{StaticResource shield_regular}" Height="15" Opacity="0.6"
IsVisible="{Binding IsCoinJoin}" />
</Panel>
</c:PrivacyContentControl>
Expand Down

0 comments on commit c5b99ad

Please sign in to comment.