mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +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();
|
var cursor = ImGui.GetCursorPos();
|
||||||
if (ImGui.Button("###devMenuOpener", imageSize))
|
if (ImGui.Button("###devMenuOpener", imageSize))
|
||||||
this.isImGuiDrawDevMenu = true;
|
this.isImGuiDrawDevMenu = true;
|
||||||
|
/*
|
||||||
#if !DEBUG
|
#if !DEBUG
|
||||||
if (config.DoDalamudTest)
|
if (config.DoDalamudTest)
|
||||||
{
|
{
|
||||||
#endif
|
#endif
|
||||||
ImGui.SetCursorPos(cursor);
|
*/
|
||||||
ImGui.Image(this.logoTexture.ImGuiHandle, imageSize);
|
ImGui.SetCursorPos(cursor);
|
||||||
|
ImGui.Image(this.logoTexture.ImGuiHandle, imageSize);
|
||||||
|
/*
|
||||||
#if !DEBUG
|
#if !DEBUG
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
*/
|
||||||
|
|
||||||
ImGui.End();
|
ImGui.End();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue