We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e15d6f1 + 79852df commit 880dd62Copy full SHA for 880dd62
FRBDK/Glue/OfficialPlugins/ErrorPlugin/MainErrorPlugin.cs
@@ -119,7 +119,7 @@ private void RefreshTabText()
119
private void HandleLoadedGlux()
120
{
121
var glueProject = GlueState.Self.CurrentGlueProject;
122
- if (glueProject != null && glueProject.IsSuppressingRefreshUnreferencedFiles == false)
+ if (glueProject != null && glueProject.IsSuppressingAutomaticErrorChecking == false)
123
124
RefreshLogic.RefreshAllErrors(errorListViewModel, errorListViewModel.IsOutputErrorCheckingDetailsChecked);
125
}
0 commit comments