mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-22 08:29:18 +01:00
refactor: rename DALAMUD_API_LEVEL
This commit is contained in:
parent
aca3da09b1
commit
30280c520c
4 changed files with 4 additions and 4 deletions
|
|
@ -239,7 +239,7 @@ namespace Dalamud.Interface
|
|||
}
|
||||
|
||||
ImGui.Separator();
|
||||
ImGui.MenuItem("API Level:" + PluginManager.DALAMUD_API_LEVEL, false);
|
||||
ImGui.MenuItem("API Level:" + PluginManager.DalamudApiLevel, false);
|
||||
ImGui.MenuItem("Loaded plugins:" + this.dalamud.PluginManager?.Plugins.Count, false);
|
||||
ImGui.EndMenu();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue