Remove Color String

This commit is contained in:
DB p 2021-12-06 12:06:53 +09:00
parent b83bbb5923
commit b38a662fe6

View file

@ -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; }