Skip to content

Commit 79852df

Browse files
committed
Suppressing error checking at startup should depend on IsSuppressingAutomaticErrorChecking instead of IsSuppressingRefreshUnreferencedFiles.
1 parent e15d6f1 commit 79852df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FRBDK/Glue/OfficialPlugins/ErrorPlugin/MainErrorPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ private void RefreshTabText()
119119
private void HandleLoadedGlux()
120120
{
121121
var glueProject = GlueState.Self.CurrentGlueProject;
122-
if (glueProject != null && glueProject.IsSuppressingRefreshUnreferencedFiles == false)
122+
if (glueProject != null && glueProject.IsSuppressingAutomaticErrorChecking == false)
123123
{
124124
RefreshLogic.RefreshAllErrors(errorListViewModel, errorListViewModel.IsOutputErrorCheckingDetailsChecked);
125125
}

0 commit comments

Comments
 (0)