mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove some duplicate code
This commit is contained in:
parent
f6b17023dc
commit
692eb13011
1 changed files with 0 additions and 2 deletions
|
|
@ -22,8 +22,6 @@ namespace Flow.Launcher.Core.Plugin
|
|||
public override async Task InitAsync(PluginInitContext context)
|
||||
{
|
||||
StartInfo.ArgumentList.Add(context.CurrentPluginMetadata.ExecuteFilePath);
|
||||
StartInfo.ArgumentList.Add(string.Empty);
|
||||
StartInfo.WorkingDirectory = context.CurrentPluginMetadata.PluginDirectory;
|
||||
await base.InitAsync(context);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue