mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +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
|
|
@ -780,19 +780,6 @@ namespace Dalamud.Interface.Internal
|
|||
}
|
||||
}
|
||||
|
||||
if (ImGui.MenuItem("Reload plugins"))
|
||||
{
|
||||
try
|
||||
{
|
||||
pluginManager.ReloadAllPluginsAsync().Wait();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Service<ChatGui>.Get().PrintError("Reload failed.");
|
||||
PluginLog.Error(ex, "Plugin reload failed.");
|
||||
}
|
||||
}
|
||||
|
||||
if (ImGui.MenuItem("Scan dev plugins"))
|
||||
{
|
||||
pluginManager.ScanDevPlugins();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue