mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-13 03:17:43 +01:00
feat: assign every installation of a plugin a unique id, to be used to differentiate between them in the future(api9+)
This commit is contained in:
parent
1b46bbac87
commit
4dc43b7ed3
5 changed files with 42 additions and 3 deletions
|
|
@ -2186,6 +2186,14 @@ internal class PluginInstallerWindow : Window, IDisposable
|
|||
ImGuiHelpers.SafeTextWrapped(manifest.Description);
|
||||
}
|
||||
|
||||
// Working Plugin ID
|
||||
if (this.hasDevPlugins)
|
||||
{
|
||||
ImGuiHelpers.ScaledDummy(3);
|
||||
ImGui.TextColored(ImGuiColors.DalamudGrey, $"WorkingPluginId: {manifest.WorkingPluginId}");
|
||||
ImGuiHelpers.ScaledDummy(3);
|
||||
}
|
||||
|
||||
// Available commands (if loaded)
|
||||
if (plugin.IsLoaded)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue