DatGuy1
DatGuy1
Using a custom AUMID means the toast can be activated through the action center, but I'm still not sure if using a COM object is the healthy way of implementing...
This is blocked by background activation. See OnActivated in https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp.Notifications/Toasts/Compat/ToastNotificationManagerCompat.cs
[Here](https://i.imgur.com/kXaf6Aw.png) is a screenshot. Not really the best medium but it captured everything I wanted in one. The `WindowsToaster` class is output from auto_mode, the center is :literal:, and the...
@dependabot rebase
Creating a fresh Python 3.11 venv with https://github.com/DatGuy1/Windows-Toasts/blob/main/tests/test_toasts.py#L6-L15 and building with Nuitka works on my machine. Here's the pip freeze output: ```Nuitka==2.7.10 ordered-set==4.1.0 typing_extensions==4.14.0 Windows-Toasts==1.3.1 winrt-runtime==3.2.1 winrt-Windows.Data.Xml.Dom==3.2.1 winrt-Windows.Foundation==3.2.1 winrt-Windows.Foundation.Collections==3.2.1 winrt-Windows.UI.Notifications==3.2.1...