mirror of
https://github.com/greenshot/greenshot
synced 2025-07-31 04:00:13 -07:00
Worked on the OCR to improve the usage, it would now be possible to add a processor which scans all captures.
This commit is contained in:
parent
a4e4ae86cc
commit
b49b01c9be
5 changed files with 215 additions and 74 deletions
|
@ -317,6 +317,9 @@ namespace Greenshot {
|
|||
private readonly Timer _doubleClickTimer = new Timer();
|
||||
|
||||
public MainForm(CopyDataTransport dataTransport) {
|
||||
|
||||
var uiContext = TaskScheduler.FromCurrentSynchronizationContext();
|
||||
SimpleServiceProvider.Current.AddService(uiContext);
|
||||
DpiChanged += (e,o) => ApplyDpiScaling();
|
||||
|
||||
// The most important form is this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue