mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-21 23:37:47 +01:00
Remove the fucking test I'm a fucking moron.
This commit is contained in:
parent
8dcd0451ba
commit
6792ed4f94
1 changed files with 0 additions and 11 deletions
|
|
@ -95,17 +95,6 @@ public class Penumbra : IDalamudPlugin
|
||||||
|
|
||||||
if (_characterUtility.Ready)
|
if (_characterUtility.Ready)
|
||||||
_residentResources.Reload();
|
_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)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue