interface styles: add default skin type

This commit is contained in:
Lotto
2019-04-05 22:26:53 +02:00
committed by Adam
parent 8f53358a4e
commit 6fb3168090

View File

@@ -33,6 +33,7 @@ import lombok.Getter;
@AllArgsConstructor
public enum Skin
{
DEFAULT("Default"),
AROUND_2005("2005"),
AROUND_2010("2010");