mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 12:44: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 =>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue