feat(photoshopmix): Fix style and make patch default enabled

This commit is contained in:
Dylan 2026-03-08 23:49:29 +00:00
parent 4450e0a19e
commit 9dd341e461

View file

@ -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")