mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
fix: remove shitty feature interface stuff, do it in UiBuilder
This commit is contained in:
parent
9acc51ca96
commit
6c7592ec17
5 changed files with 7 additions and 57 deletions
|
|
@ -58,6 +58,11 @@ namespace Dalamud.Interface
|
|||
public TextureWrap LoadImage(byte[] imageData) =>
|
||||
this.interfaceManager.LoadImage(imageData);
|
||||
|
||||
/// <summary>
|
||||
/// Event that is fired when the plugin should open its configuration interface.
|
||||
/// </summary>
|
||||
public EventHandler OnOpenConfigUi;
|
||||
|
||||
private void OnDraw() {
|
||||
ImGui.PushID(this.namespaceName);
|
||||
OnBuildUi?.Invoke();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue