mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
This changes enables the settings (most of them) which are supplied in the greenshot-fixed.ini to be unchangeable in the settings.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1969 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
459c2e16f9
commit
48159a99b0
7 changed files with 122 additions and 55 deletions
|
@ -50,6 +50,7 @@ namespace Greenshot.IniFile {
|
|||
public string Separator = ",";
|
||||
public string DefaultValue;
|
||||
public string LanguageKey;
|
||||
public bool FixedValue = false;
|
||||
public bool ExcludeIfNull=false;
|
||||
|
||||
public string Name {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue