mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 05:23:24 -07:00
Added the Win10 plugin to the Greenshot installer.
This commit is contained in:
parent
cab0f21e26
commit
f2649a1feb
7 changed files with 59 additions and 10 deletions
|
@ -55,7 +55,7 @@ namespace GreenshotWin10Plugin
|
|||
/// <returns>IEnumerable with the destinations</returns>
|
||||
public IEnumerable<IDestination> Destinations()
|
||||
{
|
||||
if (!Environment.OSVersion.IsWindows10())
|
||||
if (!Environment.OSVersion.IsWindows10OrLater())
|
||||
{
|
||||
yield break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue