mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
Merge pull request #269 from Aireil/fix_ambiguous_dev_warning
Remove ambiguity with raw plugins in installer
This commit is contained in:
commit
ae1154ae39
1 changed files with 3 additions and 1 deletions
|
|
@ -460,7 +460,9 @@ namespace Dalamud.Plugin
|
|||
if (installedPlugin.IsRaw) {
|
||||
ImGui.SameLine();
|
||||
ImGui.TextColored(new Vector4(1.0f, 0.0f, 0.0f, 1.0f),
|
||||
" To update or disable this plugin, please remove it from the devPlugins folder.");
|
||||
this.dalamud.PluginRepository.PluginMaster.Any(x => x.InternalName == installedPlugin.Definition.InternalName)
|
||||
? " This plugin is available in one of your repos, please remove it from the devPlugins folder."
|
||||
: " To disable this plugin, please remove it from the devPlugins folder.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue