diff --git a/Codist/Options/ConfigPage.cs b/Codist/Options/ConfigPage.cs index d9446f56..b8594bff 100644 --- a/Codist/Options/ConfigPage.cs +++ b/Codist/Options/ConfigPage.cs @@ -177,7 +177,7 @@ sealed class CSharpScrollbarMarker : ConfigPage [Guid("DA4EC893-7203-489C-9BCA-037D2686F89B")] sealed class SmartBar : ConfigPage { - protected override Features Feature => Features.SyntaxHighlight; + protected override Features Feature => Features.SmartBar; protected override IWin32Window Window => Control ?? (Control = new SmartBarPage(this)); }