Skip to content

Commit

Permalink
update avalonia & fluentavalonia
Browse files Browse the repository at this point in the history
avalonia -> 11.1.0-beta2
fluentavalonia -> 2.1.0-preview4
  • Loading branch information
PhantomGamers committed May 8, 2024
1 parent dd2778e commit 276364c
Show file tree
Hide file tree
Showing 3 changed files with 176 additions and 292 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<NoWarn>NU1507</NoWarn>
<AvaloniaVersion>11.0.5</AvaloniaVersion>
<AvaloniaVersion>11.1.0-beta2</AvaloniaVersion>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Avalonia" Version="$(AvaloniaVersion)" />
Expand Down Expand Up @@ -30,7 +30,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageVersion>
<PackageVersion Include="FileWatcherEx" Version="2.6.0" />
<PackageVersion Include="FluentAvaloniaUI" Version="2.0.4" />
<PackageVersion Include="FluentAvaloniaUI" Version="2.1.0-preview4" />
<PackageVersion Include="WindowsShortcutFactory" Version="1.1.0" />
<PackageVersion Include="WmiLight" Version="5.0.0-pre" />
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions SFP_UI/Pages/SettingsPage.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</DataTemplate>
</ComboBox.ItemTemplate>
</ComboBox>
<ui:HyperlinkButton Content="Windows color settings"
<HyperlinkButton Content="Windows color settings"
NavigateUri="ms-settings:colors" IsVisible="{Binding IsWindows}" />
<Separator Margin="0,10" />

Expand Down Expand Up @@ -58,8 +58,8 @@
<Separator Margin="0,10" />

<TextBlock Margin="0,10" FontSize="16" FontWeight="DemiBold" Text="About" />
<ui:HyperlinkButton Content="GitHub" NavigateUri="https://github.com/PhantomGamers/SFP" />
<ui:HyperlinkButton Content="Donate" NavigateUri="https://ko-fi.com/phantomgamers" />
<HyperlinkButton Content="GitHub" NavigateUri="https://github.com/PhantomGamers/SFP" />
<HyperlinkButton Content="Donate" NavigateUri="https://ko-fi.com/phantomgamers" />
<Button Margin="0, 10" Command="{Binding ResetSettings}">Reset Settings</Button>
</StackPanel>
</ScrollViewer>
Expand Down
Loading

0 comments on commit 276364c

Please sign in to comment.