fix(Custom branding icon): changed so that it is not a necessary patch option

This commit is contained in:
inotia00
2023-12-06 03:59:00 +09:00
parent e65dc3d261
commit 6e79be9315
2 changed files with 0 additions and 2 deletions

View File

@ -57,7 +57,6 @@ object CustomBrandingIconPatch : ResourcePatch() {
.split("\n")
.joinToString("\n") { it.trimIndent() } // Remove the leading whitespace from each line.
.trimIndent(), // Remove the leading newline.
required = true
)
override fun execute(context: ResourceContext) {

View File

@ -103,7 +103,6 @@ object CustomBrandingIconPatch : ResourcePatch() {
.split("\n")
.joinToString("\n") { it.trimIndent() } // Remove the leading whitespace from each line.
.trimIndent(), // Remove the leading newline.
required = true
)
override fun execute(context: ResourceContext) {