SimpleToolkit.* packages replacement
All checks were successful
Build and publish app / Build and determine version (push) Successful in 5m54s
Build and publish app / Pack and publish (push) Successful in 2m39s

This commit is contained in:
2026-04-16 22:33:35 +02:00
Unverified
parent 61ff175896
commit 748dcf27ca
13 changed files with 13 additions and 16 deletions

View File

@@ -2,7 +2,6 @@
using Microsoft.UI.Xaml;
using Microsoft.Windows.AppNotifications;
using Microsoft.Windows.AppNotifications.Builder;
using SimpleToolkit.UI.WinUI.Helpers;
using System;
using System.Collections.Generic;
using System.Linq;
@@ -71,7 +70,7 @@ namespace VDownload.Services.UI.Notifications
#region PRIVATE METHODS
private void NotificationInvoked(AppNotificationManager sender, AppNotificationActivatedEventArgs args) => WindowHelper.ShowWindow(_window);
private void NotificationInvoked(AppNotificationManager sender, AppNotificationActivatedEventArgs args) => _window.AppWindow.Show(true);
#endregion
}

View File

@@ -14,7 +14,6 @@
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.3" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240227000" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.3233" />
<PackageReference Include="SimpleToolkit.UI.WinUI.Helpers" Version="1.7.8" />
</ItemGroup>
<ItemGroup>