Skip to content

Commit

Permalink
chore: remove hyperlink button in lively selector grid view item
Browse files Browse the repository at this point in the history
  • Loading branch information
huynhsontung committed Aug 25, 2024
1 parent 29a5e78 commit dd9c329
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Screenbox/Controls/LivelyWallpaperSelector.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
Source="{Binding PreviewPath}"
Stretch="UniformToFill" />
</Border>
<HyperlinkButton
<Border
Margin="2"
Padding="2"
HorizontalAlignment="Right"
VerticalAlignment="Bottom"
NavigateUri="https://www.rocksdanister.com/lively"
Background="Transparent"
ToolTipService.ToolTip="{strings:Resources Key=PoweredByLivelyWallpaper}"
Visibility="{x:Bind Path, Converter={StaticResource StringVisibilityConverter}}">
<Image
Expand All @@ -60,7 +60,7 @@
HorizontalAlignment="Center"
VerticalAlignment="Center"
Source="ms-appx:///Assets/LivelyWallpaper100x100Logo.png" />
</HyperlinkButton>
</Border>
</Grid>
</DataTemplate>
</GridView.ItemTemplate>
Expand Down

0 comments on commit dd9c329

Please sign in to comment.