mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Revert "feat: always show dalamud logo, even when not testing"
This reverts commit 5dddf5f1cd.
This commit is contained in:
parent
317397ab48
commit
b8e71cd7ae
1 changed files with 3 additions and 6 deletions
|
|
@ -379,19 +379,16 @@ namespace Dalamud.Interface.Internal
|
|||
var cursor = ImGui.GetCursorPos();
|
||||
if (ImGui.Button("###devMenuOpener", imageSize))
|
||||
this.isImGuiDrawDevMenu = true;
|
||||
/*
|
||||
|
||||
#if !DEBUG
|
||||
if (config.DoDalamudTest)
|
||||
{
|
||||
#endif
|
||||
*/
|
||||
ImGui.SetCursorPos(cursor);
|
||||
ImGui.Image(this.logoTexture.ImGuiHandle, imageSize);
|
||||
/*
|
||||
ImGui.SetCursorPos(cursor);
|
||||
ImGui.Image(this.logoTexture.ImGuiHandle, imageSize);
|
||||
#if !DEBUG
|
||||
}
|
||||
#endif
|
||||
*/
|
||||
|
||||
ImGui.End();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue