mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Added additional guards and a configuration for the Win10 plugin, which disables the OCR by default.
This commit is contained in:
parent
6a09345649
commit
d602433c53
3 changed files with 19 additions and 8 deletions
|
@ -32,7 +32,7 @@ namespace GreenshotPlugin.Core {
|
|||
return 1;
|
||||
}
|
||||
if (Priority == other.Priority) {
|
||||
return Description.CompareTo(other.Description);
|
||||
return string.Compare(Description, other.Description, StringComparison.Ordinal);
|
||||
}
|
||||
return Priority - other.Priority;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue