mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-13 05:37:40 +02:00
feat(YouTube/Custom branding icon): change default patch option value
This commit is contained in:
@ -119,7 +119,7 @@ object CustomBrandingIconPatch : BaseResourcePatch(
|
|||||||
|
|
||||||
private val RestoreOldSplashAnimation by booleanPatchOption(
|
private val RestoreOldSplashAnimation by booleanPatchOption(
|
||||||
key = "RestoreOldSplashAnimation",
|
key = "RestoreOldSplashAnimation",
|
||||||
default = false,
|
default = true,
|
||||||
title = "Restore old splash animation",
|
title = "Restore old splash animation",
|
||||||
description = "Restores old style splash animation.",
|
description = "Restores old style splash animation.",
|
||||||
required = true
|
required = true
|
||||||
|
Reference in New Issue
Block a user