From b38a662fe68dffbfb43b6e877f90fd2228087f73 Mon Sep 17 00:00:00 2001 From: DB p Date: Mon, 6 Dec 2021 12:06:53 +0900 Subject: [PATCH] Remove Color String --- .../Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml.cs | 1 - 1 file changed, 1 deletion(-) 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; }