Skip to content

Commit

Permalink
Fix visibility of USD value in AmountControl
Browse files Browse the repository at this point in the history
  • Loading branch information
ichthus1604 committed Jun 21, 2024
1 parent f51204b commit 3707894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WalletWasabi.Fluent/Controls/AmountControl.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
Text="{Binding Btc, Converter={x:Static converters:MoneyConverters.ToBtc}}"/>
<TextBlock Classes="monoSpaced" TextWrapping="Wrap"
Text="{Binding Usd^, Converter={x:Static converters:MoneyConverters.ToUsdFormatted}}"
IsVisible="{Binding HasUsdBalance^}"
Opacity="0.6"/>
</StackPanel>
</Border>
Expand Down

0 comments on commit 3707894

Please sign in to comment.