interface styles: add default skin type
This commit is contained in:
@@ -33,6 +33,7 @@ import lombok.Getter;
|
|||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
public enum Skin
|
public enum Skin
|
||||||
{
|
{
|
||||||
|
DEFAULT("Default"),
|
||||||
AROUND_2005("2005"),
|
AROUND_2005("2005"),
|
||||||
AROUND_2010("2010");
|
AROUND_2010("2010");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user