mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-09 16:27:12 +01:00
refactor: set amoled theme default for ThemePatch
This commit is contained in:
parent
7dbe4f54c7
commit
6e1e8f432b
@ -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…
Reference in New Issue
Block a user