mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 18:57:28 -07:00
Changed the destination picker behavior to not sort, this makes it possible to do the sorting in the destinations itself. OneNote places the current page on top, the printer list also starts with the default... etc.
This commit is contained in:
parent
626d607895
commit
cc7f303e08
9 changed files with 31 additions and 8 deletions
|
@ -227,6 +227,7 @@ namespace Greenshot.Interop.Office {
|
|||
} catch (Exception ex) {
|
||||
LOG.Warn("Problem retrieving word destinations, ignoring: ", ex);
|
||||
}
|
||||
openDocuments.Sort();
|
||||
return openDocuments;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue