mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Merge pull request #1014 from Aireil/reload_everything_everywhere
This commit is contained in:
commit
a62d84e3ca
1 changed files with 5 additions and 0 deletions
|
|
@ -2089,6 +2089,11 @@ namespace Dalamud.Interface.Internal.Windows.PluginInstaller
|
|||
|
||||
Task.Run(() =>
|
||||
{
|
||||
if (plugin.IsDev)
|
||||
{
|
||||
plugin.ReloadManifest();
|
||||
}
|
||||
|
||||
var unloadTask = Task.Run(() => plugin.UnloadAsync())
|
||||
.ContinueWith(this.DisplayErrorContinuation, Locs.ErrorModal_UnloadFail(plugin.Name));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue