mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix(Installer): feedback for installed plugins
This commit is contained in:
parent
daaf3c9328
commit
e73421acff
1 changed files with 1 additions and 1 deletions
|
|
@ -1410,7 +1410,7 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
ImGui.TextColored(ImGuiColors.DalamudGrey3, downloadText);
|
||||
|
||||
var isThirdParty = manifest.IsThirdParty;
|
||||
var canFeedback = !isThirdParty && !plugin.IsDev && this.pluginListAvailable.Any(x => x.InternalName == plugin.Manifest.InternalName) && plugin.Manifest.DalamudApiLevel == PluginManager.DalamudApiLevel;
|
||||
var canFeedback = !isThirdParty && !plugin.IsDev && plugin.Manifest.DalamudApiLevel == PluginManager.DalamudApiLevel;
|
||||
|
||||
// Installed from
|
||||
if (plugin.IsDev)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue