mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
feat: always show dalamud logo, even when not testing
This commit is contained in:
parent
df29b2b246
commit
5dddf5f1cd
1 changed files with 6 additions and 3 deletions
|
|
@ -379,16 +379,19 @@ 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