This commit is contained in:
Jeremy 2022-01-03 00:08:30 +11:00
parent 178d56a4e4
commit 04241263ee

View file

@ -55,4 +55,4 @@ namespace Flow.Launcher.ViewModel
public static bool IsActionKeywordRegistered(string newActionKeyword) => PluginManager.ActionKeywordRegistered(newActionKeyword);
}
}
}