Skip to content

Commit

Permalink
fix duplicated icon
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Dec 7, 2024
1 parent 3342ede commit d46f3e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/UniGetUI/Pages/DialogPages/DesktopShortcuts.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<ColumnDefinition Width="Auto"/>
</Grid.ColumnDefinitions>
<CheckBox IsChecked="{x:Bind IsChecked, Mode=TwoWay}" Grid.Column="0"/>
<widgets:LocalIcon Icon="Launch" Grid.Column="1" Height="24" Width="24"/>
<FontIcon Glyph="&#xECAA;" Grid.Column="1" Height="24" Width="24"/>
<TextBlock Text="{x:Bind ShortcutPath}" Grid.Column="2" VerticalAlignment="Center"/>
<Button Click="{x:Bind OpenShortcutPath}" Height="32" Width="32" Padding="0" Grid.Column="3" IsEnabled="{x:Bind ShortcutExists}">
<widgets:LocalIcon Icon="launch" Height="24" Width="24"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
<WindowsSdkPackageVersion>10.0.26100.57</WindowsSdkPackageVersion>
<WindowsSdkPackageVersion>10.0.26100.56</WindowsSdkPackageVersion>
<Platforms>x64</Platforms>
<SelfContained>true</SelfContained>
<RootNamespace>WindowsPackageManager.Interop</RootNamespace>
Expand Down

0 comments on commit d46f3e2

Please sign in to comment.