mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
chore: ignore dev plugins update modal (#980)
This commit is contained in:
parent
c487fe98fe
commit
681dd5d44c
1 changed files with 2 additions and 2 deletions
|
|
@ -2129,7 +2129,7 @@ namespace Dalamud.Interface.Internal.Windows.PluginInstaller
|
|||
NotificationType.Success);
|
||||
});
|
||||
|
||||
if (availableUpdate != default)
|
||||
if (availableUpdate != default && !availableUpdate.InstalledPlugin.IsDev)
|
||||
{
|
||||
this.ShowUpdateModal(plugin).ContinueWith(async t =>
|
||||
{
|
||||
|
|
@ -2168,7 +2168,7 @@ namespace Dalamud.Interface.Internal.Windows.PluginInstaller
|
|||
private async Task<bool> UpdateSinglePlugin(AvailablePluginUpdate update)
|
||||
{
|
||||
var pluginManager = Service<PluginManager>.Get();
|
||||
|
||||
|
||||
this.installStatus = OperationStatus.InProgress;
|
||||
this.loadingIndicatorKind = LoadingIndicatorKind.UpdatingSingle;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue