Fixed Windows 10 incompatibility with 1809

Removed experimental QR code
Updated dependencies.
This commit is contained in:
Robin 2020-04-12 23:23:02 +02:00
parent 5fbd605239
commit 3055d42689
16 changed files with 18 additions and 221 deletions

View file

@ -107,7 +107,7 @@ namespace GreenshotWin10Plugin
// Create the toast and attach event listeners
var toast = new ToastNotification(toastXml)
{
ExpiresOnReboot = true,
// Windows 10 first with 1903: ExpiresOnReboot = true,
ExpirationTime = timeout > 0 ? DateTimeOffset.Now.AddMilliseconds(timeout) : (DateTimeOffset?)null
};