mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
This should fix most icon scaling issues
Improved the IniReader a bit and replaced some old code.
This commit is contained in:
parent
41baf27d84
commit
4a958be8b5
35 changed files with 2767 additions and 301 deletions
|
@ -54,7 +54,7 @@ namespace GreenshotWin10Plugin
|
|||
/// <returns>IEnumerable with the destinations</returns>
|
||||
public IEnumerable<IDestination> Destinations()
|
||||
{
|
||||
if (!Environment.OSVersion.IsWindows10OrLater())
|
||||
if (!WindowsVersion.IsWindows10OrLater)
|
||||
{
|
||||
yield break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue