From 9dd341e46173647db123cbffdd4ab6a4d691dfa4 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 8 Mar 2026 23:49:29 +0000 Subject: [PATCH] feat(photoshopmix): Fix style and make patch default enabled --- .../app/revanced/patches/photoshopmix/BypassLoginPatch.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/photoshopmix/BypassLoginPatch.kt b/patches/src/main/kotlin/app/revanced/patches/photoshopmix/BypassLoginPatch.kt index f414e5a9af..fce1cae9c2 100644 --- a/patches/src/main/kotlin/app/revanced/patches/photoshopmix/BypassLoginPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/photoshopmix/BypassLoginPatch.kt @@ -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")