[ci skip] Update context

This commit is contained in:
Helvetica Volubi
2025-11-20 15:36:46 +08:00
parent cc5382977d
commit 2c59a32afe
3 changed files with 4 additions and 4 deletions
@@ -8,6 +8,6 @@ import me.earthme.luminol.enums.EnumConfigCategory;
@ConfigClassInfo(category = EnumConfigCategory.FIXES, name = "update-suppression-crash-fix")
public class UpdateSuppressionCrashFixConfig implements IConfigModule {
@ConfigInfo(name = "enabled", comments = """
Should crashes caused by update suppression be prevented?""")
Should crash caused by update suppression be prevented?""")
public static boolean enabled = true;
}