File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Flow.Launcher.Infrastructure/UserSettings Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public void UpdatePluginSettings(List<PluginMetadata> metadatas)
18
18
19
19
// TODO: Remove. This is backwards compatibility for 1.8.0 release.
20
20
// Introduced two new action keywords in Explorer, so need to update plugin setting in the UserData folder.
21
- if ( metadata . ID == "572be03c74c642baae319fc283e561a8" && metadata . ActionKeywords . Count != settings . ActionKeywords . Count )
21
+ if ( metadata . ID == "572be03c74c642baae319fc283e561a8" && metadata . ActionKeywords . Count > settings . ActionKeywords . Count )
22
22
{
23
23
settings . ActionKeywords . Add ( Query . GlobalPluginWildcardSign ) ; // for index search
24
24
settings . ActionKeywords . Add ( Query . GlobalPluginWildcardSign ) ; // for path search
You can’t perform that action at this time.
0 commit comments