mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
FEATURE-863: Fixed counter to work with a flag, still the starting value is not serialized / deserialized?
This commit is contained in:
parent
f2f37700b3
commit
dc29ef0a27
6 changed files with 30 additions and 31 deletions
|
@ -28,7 +28,8 @@ namespace GreenshotPlugin.Interfaces.Drawing
|
|||
public enum FieldFlag
|
||||
{
|
||||
NONE = 0,
|
||||
CONFIRMABLE = 1
|
||||
CONFIRMABLE = 1,
|
||||
COUNTER = 2
|
||||
}
|
||||
public interface IFieldType
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue