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 f4c7832 + 8b00802 commit e3a41d7Copy full SHA for e3a41d7
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