Skip to content

Commit

Permalink
Hide destination when PayJoin EndPoint
Browse files Browse the repository at this point in the history
  • Loading branch information
nopara73 authored and Kukks committed Mar 26, 2020
1 parent 9ae16b6 commit d424cf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<DockPanel LastChildFill="True" Margin="20">
<StackPanel DockPanel.Dock="Bottom" Margin="0 10" Spacing="10" HorizontalAlignment="Left">
<TextBlock>Select coins you want to spend.</TextBlock>
<controls:ExtendedTextBox Classes="monospaceFont" Text="{Binding Address}" Watermark="Destination" UseFloatingWatermark="True">
<controls:ExtendedTextBox IsVisible="{Binding !Bip79UrlIsVisible}" Classes="monospaceFont" Text="{Binding Address}" Watermark="Destination" UseFloatingWatermark="True">
<i:Interaction.Behaviors>
<behaviors:PasteAddressOnClickBehavior Command="{Binding OnAddressPasteCommand}" />
</i:Interaction.Behaviors>
Expand Down

0 comments on commit d424cf6

Please sign in to comment.