Исправление патчей на beta 9, исправление welcome, добавление компактного меню по умолчанию
Сборка мода / build (push) Successful in 1m12s

This commit is contained in:
2026-01-01 18:32:53 +03:00
parent 70337ee3ec
commit 2dceb75262
8 changed files with 117 additions and 30 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class Patch(PatchTemplate):
priority: int = Field(frozen=True, exclude=True, default=0)
def apply(self, base: Dict[str, Any]) -> bool:
path = "./decompiled/smali_classes2/com/swiftsoft/anixartd/Prefs.smali"
path = "./decompiled/smali_classes3/com/swiftsoft/anixartd/Prefs.smali"
replacement = [
f"\t{line}\n"
for line in textwrap.dedent(