feat(photoshopmix): Fix style and make patch default enabled
This commit is contained in:
parent
4450e0a19e
commit
9dd341e461
1 changed files with 1 additions and 3 deletions
|
|
@ -1,14 +1,12 @@
|
|||
package app.revanced.patches.photoshopmix
|
||||
|
||||
import app.revanced.patcher.firstMethod
|
||||
import app.revanced.patcher.patch.bytecodePatch
|
||||
import app.revanced.util.returnEarly
|
||||
|
||||
@Suppress("unused")
|
||||
val bypassLoginPatch = bytecodePatch(
|
||||
name = "Bypass login",
|
||||
description = "Allows you to use the app after its discontinuation",
|
||||
use = false,
|
||||
description = "Allows you to use the app after its discontinuation.",
|
||||
) {
|
||||
compatibleWith("com.adobe.photoshopmix")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue