We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76159d6 commit d024f8eCopy full SHA for d024f8e
Flow.Launcher.Infrastructure/UserSettings/PluginSettings.cs
@@ -30,6 +30,11 @@ public void UpdatePluginSettings(List<PluginMetadata> metadatas)
30
metadata.ActionKeywords = settings.ActionKeywords;
31
metadata.ActionKeyword = settings.ActionKeywords[0];
32
}
33
+ else
34
+ {
35
+ metadata.ActionKeywords = new List<string>();
36
+ metadata.ActionKeyword = string.Empty;
37
+ }
38
metadata.Disabled = settings.Disabled;
39
metadata.Priority = settings.Priority;
40
0 commit comments