Skip to content

Commit

Permalink
WInUI - Update WindowsAppSDK
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Nov 21, 2023
1 parent 867e157 commit 06ab10b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NickvisionTagger.WinUI/NickvisionTagger.WinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PackageReference Include="CommunityToolkit.WinUI.Controls.Segmented" Version="8.0.230907" />
<PackageReference Include="CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.0.230907" />
<PackageReference Include="CommunityToolkit.WinUI.Notifications" Version="7.1.2" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.231008000" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.231115000" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.2428" />
<PackageReference Include="Vanara.PInvoke.User32" Version="3.4.17" />
<PackageReference Include="Nickvision.Aura" Version="2023.11.3" />
Expand Down
1 change: 1 addition & 0 deletions NickvisionTagger.WinUI/Views/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1283,6 +1283,7 @@ private void SwitchAlbumArt(object sender, RoutedEventArgs e)
/// <param name="e">RoutedEventArgs</param>
private async void WindowsUpdate(object sender, RoutedEventArgs e)
{
MainMenu.IsEnabled = false;
InfoBar.IsOpen = false;
var page = ViewStack.CurrentPageName;
ViewStack.CurrentPageName = "Startup";
Expand Down

0 comments on commit 06ab10b

Please sign in to comment.