mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -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
|
@ -552,7 +552,10 @@ namespace Greenshot.Helpers {
|
|||
notifyIconClassicMessageHandler.ShowErrorMessage(eventArgs.Message, 10000);
|
||||
break;
|
||||
case SurfaceMessageTyp.Info:
|
||||
notifyIconClassicMessageHandler.ShowInfoMessage(eventArgs.Message, 10000);
|
||||
notifyIconClassicMessageHandler.ShowInfoMessage(eventArgs.Message, 10000, () =>
|
||||
{
|
||||
Log.Info("Clicked!");
|
||||
});
|
||||
break;
|
||||
case SurfaceMessageTyp.FileSaved:
|
||||
case SurfaceMessageTyp.UploadedUri:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue