refactor: set amoled theme default for ThemePatch

This commit is contained in:
Sculas 2022-09-08 17:06:16 +02:00
parent 7dbe4f54c7
commit 6e1e8f432b

View File

@ -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.",