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