diff --git a/Dalamud/Interface/Internal/DalamudInterface.cs b/Dalamud/Interface/Internal/DalamudInterface.cs index 88adc16b6..256a2e398 100644 --- a/Dalamud/Interface/Internal/DalamudInterface.cs +++ b/Dalamud/Interface/Internal/DalamudInterface.cs @@ -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(); }