We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15d6f1 commit 79852dfCopy full SHA for 79852df
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