mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-03 22:42:55 +01:00
refactor: set amoled theme default for ThemePatch
This commit is contained in:
parent
34444bda24
commit
51f143d605
@ -38,7 +38,7 @@ class ThemePatch : ResourcePatch() {
|
|||||||
var theme: String? by option(
|
var theme: String? by option(
|
||||||
PatchOption.StringListOption(
|
PatchOption.StringListOption(
|
||||||
key = "theme",
|
key = "theme",
|
||||||
default = null,
|
default = Themes.Amoled.name,
|
||||||
options = Themes.names,
|
options = Themes.names,
|
||||||
title = "Theme",
|
title = "Theme",
|
||||||
description = "Select a theme.",
|
description = "Select a theme.",
|
||||||
|
Loading…
Reference in New Issue
Block a user