Add a new cool icon pack
This commit is contained in:
@ -31,6 +31,7 @@ object Constants {
|
||||
|
||||
enum class WeatherIconPack(val value: Int) {
|
||||
DEFAULT(0),
|
||||
MINIMAL(1)
|
||||
MINIMAL(1),
|
||||
COOL(2)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user