mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 04:34:16 +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);
|
NotificationType.Success);
|
||||||
});
|
});
|
||||||
|
|
||||||
if (availableUpdate != default)
|
if (availableUpdate != default && !availableUpdate.InstalledPlugin.IsDev)
|
||||||
{
|
{
|
||||||
this.ShowUpdateModal(plugin).ContinueWith(async t =>
|
this.ShowUpdateModal(plugin).ContinueWith(async t =>
|
||||||
{
|
{
|
||||||
|
|
@ -2168,7 +2168,7 @@ namespace Dalamud.Interface.Internal.Windows.PluginInstaller
|
||||||
private async Task<bool> UpdateSinglePlugin(AvailablePluginUpdate update)
|
private async Task<bool> UpdateSinglePlugin(AvailablePluginUpdate update)
|
||||||
{
|
{
|
||||||
var pluginManager = Service<PluginManager>.Get();
|
var pluginManager = Service<PluginManager>.Get();
|
||||||
|
|
||||||
this.installStatus = OperationStatus.InProgress;
|
this.installStatus = OperationStatus.InProgress;
|
||||||
this.loadingIndicatorKind = LoadingIndicatorKind.UpdatingSingle;
|
this.loadingIndicatorKind = LoadingIndicatorKind.UpdatingSingle;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue