mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 05:23:24 -07:00
Added some settings:
1) Quicksetting for the mouse-cursor capture. 2) A force grayscale for the printer. 3) Expert settings: a) Autoreduce colors b) Footer pattern c) RDP optimize d) thumbnails in context menu git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1808 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
83a033ebd0
commit
8e4ac16006
7 changed files with 175 additions and 56 deletions
|
@ -39,7 +39,7 @@ namespace Greenshot {
|
|||
/// <summary>
|
||||
/// Description of SettingsForm.
|
||||
/// </summary>
|
||||
public partial class SettingsForm : GreenshotForm {
|
||||
public partial class SettingsForm : BaseForm {
|
||||
private static log4net.ILog LOG = log4net.LogManager.GetLogger(typeof(SettingsForm));
|
||||
private static CoreConfiguration coreConfiguration = IniConfig.GetIniSection<CoreConfiguration>();
|
||||
private static EditorConfiguration editorConfiguration = IniConfig.GetIniSection<EditorConfiguration>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue