Skip to content

Commit

Permalink
Merge pull request WalletWasabi#12440 from wieslawsoltes/vdg/fix-12300
Browse files Browse the repository at this point in the history
[VDG] Fix discreet mode hover not working for Bitcoin P2P endpoint
  • Loading branch information
RolandUI authored Feb 13, 2024
2 parents f2e0be6 + c2affcc commit 43b9436
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 43b9436

Please sign in to comment.