refactor: set amoled theme default for ThemePatch

This commit is contained in:
Sculas
2022-09-08 17:06:16 +02:00
parent f9ee67b4dc
commit 319b475b77

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