Implement plugin browser and downloader
This commit is contained in:
@@ -71,5 +71,11 @@ namespace Torch.Server.Views
|
||||
if (_plugins?.PluginDir != null)
|
||||
Process.Start(_plugins.PluginDir);
|
||||
}
|
||||
|
||||
private void BrowsPlugins_OnClick(object sender, RoutedEventArgs e)
|
||||
{
|
||||
var browser = new PluginBrowser();
|
||||
browser.Show();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user