mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Made notifications work again, activation doesn't work yet due to missing ToastActivatorCLSID on the shortcut.
This commit is contained in:
parent
a29f6faa27
commit
f206046010
11 changed files with 392 additions and 269 deletions
|
@ -24,7 +24,9 @@ using log4net;
|
|||
|
||||
namespace GreenshotWin10Plugin.Native
|
||||
{
|
||||
// The GUID CLSID must be unique to your app. Create a new GUID if copying this code.
|
||||
/// <summary>
|
||||
/// This implements the NotificationActivator
|
||||
/// </summary>
|
||||
[ClassInterface(ClassInterfaceType.None)]
|
||||
[ComSourceInterfaces(typeof(INotificationActivationCallback))]
|
||||
[Guid("F48E86D3-E34C-4DB7-8F8F-9A0EA55F0D08"), ComVisible(true)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue