Remove the fucking test I'm a fucking moron.

This commit is contained in:
Ottermandias 2024-03-22 14:44:41 +01:00
parent 8dcd0451ba
commit 6792ed4f94

View file

@ -95,17 +95,6 @@ public class Penumbra : IDalamudPlugin
if (_characterUtility.Ready)
_residentResources.Reload();
var api = _services.GetService<IPenumbraApi>();
api.PostEnabledDraw += ImGui.TextUnformatted;
api.PreSettingsTabBarDraw += (name, width, titleWidth) =>
{
ImGui.TextUnformatted(width.ToString());
ImGui.TextUnformatted(titleWidth.ToString());
ImGui.TextUnformatted(ImGui.GetContentRegionMax().X.ToString());
ImGui.SetCursorPosX(ImGui.GetCursorPosX() + (width - titleWidth) / 2);
ImGui.Button("Test", new Vector2(titleWidth, 0));
};
}
catch (Exception ex)
{