We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81c4980 + e3a41d7 commit e1d203bCopy full SHA for e1d203b
common/src/main/java/org/embeddedt/modernfix/ModernFixClient.java
@@ -56,6 +56,12 @@ public ModernFixClient() {
56
ModernFix.LOGGER.error("Could not instantiate integration {}", className, e);
57
}
58
59
+
60
+ if(ModernFixMixinPlugin.instance.isOptionEnabled("perf.dynamic_resources.FireIntegrationHook")) {
61
+ for(ModernFixClientIntegration integration : ModernFixClient.CLIENT_INTEGRATIONS) {
62
+ integration.onDynamicResourcesStatusChange(true);
63
+ }
64
65
66
67
public void resetWorldLoadStateMachine() {
0 commit comments