mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 18:57:28 -07:00
Small comment change and added 2 jiras to the readme.txt.template
This commit is contained in:
parent
77a19b5458
commit
3755724535
2 changed files with 3 additions and 2 deletions
|
@ -83,6 +83,7 @@ namespace Greenshot.Destinations {
|
|||
get {
|
||||
if (isActiveFlag) {
|
||||
// Disable if the office plugin is installed and the client is outlook
|
||||
// TODO: Change this! It always creates an exception, as the plugin has not been loaded the type is not there :(
|
||||
Type outlookdestination = Type.GetType("GreenshotOfficePlugin.OutlookDestination,GreenshotOfficePlugin");
|
||||
if (outlookdestination != null) {
|
||||
if (mapiClient.ToLower().Contains("microsoft outlook")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue