mirror of
https://github.com/greenshot/greenshot
synced 2025-07-30 11:40:40 -07:00
Fixed Windows 10 incompatibility with 1809
Removed experimental QR code Updated dependencies.
This commit is contained in:
parent
5fbd605239
commit
3055d42689
16 changed files with 18 additions and 221 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue