Skip to content

Commit

Permalink
Fix discreet mode hover not working for Bitcoin P2P endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Feb 12, 2024
1 parent 93312cf commit c2affcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<DockPanel IsVisible="{Binding !Settings.StartLocalBitcoinCoreOnStartup}"
ToolTip.Tip="Wasabi will download blocks from a full node you control.">
<TextBlock Text="Bitcoin P2P Endpoint" />
<c:PrivacyContentControl PrivacyReplacementMode="Text" VerticalAlignment="Bottom" UseOpacity="False">
<c:PrivacyContentControl PrivacyReplacementMode="Text" VerticalAlignment="Bottom" UseOpacity="True">
<TextBox Text="{Binding BitcoinP2PEndPoint}" />
</c:PrivacyContentControl>
</DockPanel>
Expand Down

0 comments on commit c2affcc

Please sign in to comment.