mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-31 21:03:43 +01:00
Remove "Reload All Plugins" Command (#976)
- Remove the "Reload All Plugins" MenuItem from /xldev - Remove the /xldreloadplugins Command - Mark `PluginManager.ReloadAllPluginsAsync()` as obsolete for removal
This commit is contained in:
parent
f5c768f3e5
commit
ec9cb5752f
3 changed files with 1 additions and 37 deletions
|
|
@ -535,6 +535,7 @@ internal partial class PluginManager : IDisposable, IServiceType
|
|||
/// Reload all loaded plugins.
|
||||
/// </summary>
|
||||
/// <returns>A task.</returns>
|
||||
[Obsolete("This method should no longer be used and will be removed in a future release.")]
|
||||
public Task ReloadAllPluginsAsync()
|
||||
{
|
||||
lock (this.pluginListLock)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue