From 6e1e8f432b73822787fdba4b51836d59fcf47945 Mon Sep 17 00:00:00 2001 From: Sculas Date: Thu, 8 Sep 2022 17:06:16 +0200 Subject: [PATCH] refactor: set amoled theme default for ThemePatch --- .../revanced/patches/youtube/layout/theme/patch/ThemePatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/theme/patch/ThemePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/theme/patch/ThemePatch.kt index 62b32f337..b98b8673c 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/theme/patch/ThemePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/theme/patch/ThemePatch.kt @@ -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.",