diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml.cs index 3962f52b3..6f0bc49ee 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml.cs @@ -327,7 +327,6 @@ namespace Flow.Launcher.Plugin.Explorer.Views } public string Description { get; private init; } - public string Color => Enabled ? "True" : "False"; internal Settings.ActionKeyword KeywordProperty { get; }