mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-25 01:49:18 +01:00
refactor: clean up async logic for PluginMaster loads
This commit is contained in:
parent
bd48297745
commit
86d9f01877
5 changed files with 42 additions and 30 deletions
|
|
@ -529,7 +529,7 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
|
||||
if (this.thirdRepoListChanged)
|
||||
{
|
||||
pluginManager.SetPluginReposFromConfig(true);
|
||||
_ = pluginManager.SetPluginReposFromConfigAsync(true);
|
||||
this.thirdRepoListChanged = false;
|
||||
}
|
||||
|
||||
|
|
@ -602,7 +602,7 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
|
||||
configuration.Save();
|
||||
|
||||
Service<PluginManager>.Get().ReloadPluginMasters();
|
||||
_ = Service<PluginManager>.Get().ReloadPluginMastersAsync();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue