mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
Fixed OS output, as it didn't display Windows 10.
Fixed version string. Improved OCR and QR code a bit.
This commit is contained in:
parent
bb11899d71
commit
d8f5259fe0
11 changed files with 327 additions and 132 deletions
|
@ -36,11 +36,9 @@ using System.Security.Permissions;
|
|||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
using System.Windows.Threading;
|
||||
using GreenshotPlugin.IniFile;
|
||||
using GreenshotPlugin.Interfaces;
|
||||
using GreenshotPlugin.Interfaces.Ocr;
|
||||
using ZXing;
|
||||
|
||||
namespace Greenshot.Forms {
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue