mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-12-14 13:21:02 +01:00
fix(Spotify): Change Hide Create button patch to default off (#6067)
This commit is contained in:
@@ -17,7 +17,8 @@ private const val EXTENSION_CLASS_DESCRIPTOR =
|
|||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
val hideCreateButtonPatch = bytecodePatch(
|
val hideCreateButtonPatch = bytecodePatch(
|
||||||
name = "Hide Create button",
|
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")
|
compatibleWith("com.spotify.music")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user