mirror of
https://github.com/greenshot/greenshot
synced 2025-07-13 16:43:54 -07:00
Fixing settings form and added a hide expert tab setting.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1904 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
b5b6bf6e20
commit
aa9f6a0cd3
3 changed files with 6 additions and 3 deletions
|
@ -160,6 +160,8 @@ namespace GreenshotPlugin.Core {
|
|||
public bool DisableSettings;
|
||||
[IniProperty("DisableTrayicon", Description = "Disable the trayicon, can only be changed manually in this .ini", DefaultValue = "False")]
|
||||
public bool HideTrayicon;
|
||||
[IniProperty("HideExpertSettings", Description = "Hide expert tab in the settings, can only be changed manually in this .ini", DefaultValue = "False")]
|
||||
public bool HideExpertSettings;
|
||||
|
||||
[IniProperty("ThumnailPreview", Description="Enable/disable thumbnail previews", DefaultValue="True")]
|
||||
public bool ThumnailPreview;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue