mirror of
https://github.com/greenshot/greenshot
synced 2025-07-14 17:13:44 -07:00
Added a way to disable destinations in the configuration, for now OneNote is disabled by default. (As I am not satisfied with the way it works)
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1830 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
544d3ee158
commit
6e95cf210d
13 changed files with 16 additions and 32 deletions
|
@ -55,12 +55,6 @@ namespace PluginExample {
|
|||
}
|
||||
}
|
||||
|
||||
public override bool isActive {
|
||||
get {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
public override bool ExportCapture(bool manuallyInitiated, ISurface surface, ICaptureDetails captureDetails) {
|
||||
CoreConfiguration config = IniConfig.GetIniSection<CoreConfiguration>();
|
||||
OutputSettings outputSettings = new OutputSettings();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue