mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
formatting
This commit is contained in:
parent
50fced959e
commit
073594fdeb
1 changed files with 0 additions and 3 deletions
|
|
@ -1280,8 +1280,6 @@ namespace Flow.Launcher.ViewModel
|
|||
// Update the query's IsReQuery property to true if this is a re-query
|
||||
query.IsReQuery = isReQuery;
|
||||
|
||||
|
||||
|
||||
ICollection<PluginPair> plugins = Array.Empty<PluginPair>();
|
||||
if (currentIsHomeQuery)
|
||||
{
|
||||
|
|
@ -1345,7 +1343,6 @@ namespace Flow.Launcher.ViewModel
|
|||
Results.Clear();
|
||||
App.API.LogDebug(ClassName, $"Existing results are cleared for non-query");
|
||||
}
|
||||
|
||||
|
||||
tasks = plugins.Select(plugin => plugin.Metadata.HomeDisabled switch
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue