This commit is contained in:
Jeremy Wu 2021-01-17 19:10:26 +11:00
parent 969265c24f
commit 539f4bf4c4
5 changed files with 5 additions and 5 deletions

View file

@ -54,4 +54,4 @@ namespace Flow.Launcher.Core.Plugin
return referencedPluginPackageDependencyResolver.ResolveAssemblyToPath(assemblyName) != null;
}
}
}
}

View file

@ -183,4 +183,4 @@ namespace Flow.Launcher.Core.Plugin
});
}
}
}
}

View file

@ -28,4 +28,4 @@ namespace Flow.Launcher.Plugin
/// <returns></returns>
Task InitAsync(PluginInitContext context);
}
}
}

View file

@ -28,4 +28,4 @@ namespace Flow.Launcher.Plugin
/// <param name="context"></param>
void Init(PluginInitContext context);
}
}
}

View file

@ -17,4 +17,4 @@ namespace Flow.Launcher.Plugin
{
Task ReloadDataAsync();
}
}
}