Skip to content

Commit a343c08

Browse files
authored
ux: add copy tooltip to notification copy button in LauncherPage (#2666)
1 parent dd47633 commit a343c08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Views/LauncherPage.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
<Path Grid.Column="0" Width="14" Height="14" Data="{StaticResource Icons.Info}" Fill="Green" IsVisible="{Binding !IsError}"/>
167167
<TextBlock Grid.Column="1" Margin="8,0,0,0" FontWeight="Bold" FontSize="14" Text="{DynamicResource Text.Launcher.Error}" IsVisible="{Binding IsError}"/>
168168
<TextBlock Grid.Column="1" Margin="8,0,0,0" FontWeight="Bold" FontSize="14" Text="{DynamicResource Text.Launcher.Info}" IsVisible="{Binding !IsError}"/>
169-
<v:CopyButton Grid.Column="2" Width="16" Height="16" CopyText="{Binding Message}"/>
169+
<v:CopyButton Grid.Column="2" Width="16" Height="16" CopyText="{Binding Message}" ToolTip.Tip="{DynamicResource Text.Copy}"/>
170170
<Button Grid.Column="3" Classes="icon_button" Width="16" Height="16" Margin="8,0,0,0" Click="OnDismissNotification">
171171
<Path Width="10" Height="10" Data="{StaticResource Icons.Close}"/>
172172
</Button>

0 commit comments

Comments
 (0)