Change name to theme2
This commit is contained in:
parent
d3d3117c3d
commit
6500946ca2
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ interface CatalogContract {
|
|||
enum class Theme(
|
||||
val displayName: String,
|
||||
) {
|
||||
THEME_2_K9("K-9 (Material3)"),
|
||||
THEME_2_THUNDERBIRD("Thunderbird (Material3)"),
|
||||
THEME_2_K9("K-9 Theme2"),
|
||||
THEME_2_THUNDERBIRD("Thunderbird Theme2"),
|
||||
}
|
||||
|
||||
enum class ThemeVariant(
|
||||
|
|
Loading…
Reference in a new issue