mirror of https://github.com/2dust/v2rayN
Add a control to simulate system tool tip.
parent
69050bfe41
commit
800c93e2aa
|
@ -831,6 +831,21 @@
|
||||||
Header="{x:Static resx:ResUI.menuExit}" />
|
Header="{x:Static resx:ResUI.menuExit}" />
|
||||||
</ContextMenu>
|
</ContextMenu>
|
||||||
</tb:TaskbarIcon.ContextMenu>
|
</tb:TaskbarIcon.ContextMenu>
|
||||||
|
<tb:TaskbarIcon.TrayToolTip>
|
||||||
|
<Border
|
||||||
|
Background="White"
|
||||||
|
BorderBrush="Black"
|
||||||
|
BorderThickness="2"
|
||||||
|
CornerRadius="2"
|
||||||
|
Width="auto"
|
||||||
|
Height="auto">
|
||||||
|
<TextBlock
|
||||||
|
Margin="2"
|
||||||
|
Text="{Binding Mode=OneWay, Path=ToolTipText}"
|
||||||
|
HorizontalAlignment="Center"
|
||||||
|
VerticalAlignment="Center" />
|
||||||
|
</Border>
|
||||||
|
</tb:TaskbarIcon.TrayToolTip>
|
||||||
</tb:TaskbarIcon>
|
</tb:TaskbarIcon>
|
||||||
<materialDesign:Snackbar x:Name="MainSnackbar" MessageQueue="{materialDesign:MessageQueue}" />
|
<materialDesign:Snackbar x:Name="MainSnackbar" MessageQueue="{materialDesign:MessageQueue}" />
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
Loading…
Reference in New Issue