refactor: set amoled theme default for ThemePatch

This commit is contained in:
Sculas 2022-09-08 17:06:16 +02:00
parent 34444bda24
commit 51f143d605
No known key found for this signature in database
GPG Key ID: 1530BFF96D1EEB89

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