refactor: set amoled theme default for ThemePatch
This commit is contained in:
parent
f9ee67b4dc
commit
319b475b77
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class ThemePatch : ResourcePatch() {
|
|||
var theme: String? by option(
|
||||
PatchOption.StringListOption(
|
||||
key = "theme",
|
||||
default = null,
|
||||
default = Themes.Amoled.name,
|
||||
options = Themes.names,
|
||||
title = "Theme",
|
||||
description = "Select a theme.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue