fix(Spotify): Change Hide Create button patch to default off (#6067)
This commit is contained in:
parent
ec0acc0f13
commit
19949e1695
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ private const val EXTENSION_CLASS_DESCRIPTOR =
|
|||
@Suppress("unused")
|
||||
val hideCreateButtonPatch = bytecodePatch(
|
||||
name = "Hide Create button",
|
||||
description = "Hides the \"Create\" button in the navigation bar."
|
||||
description = "Hides the \"Create\" button in the navigation bar. The latest app targets do not need this patch.",
|
||||
use = false
|
||||
) {
|
||||
compatibleWith("com.spotify.music")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue