From 0cbf1693d1407399e61caa1007756d517721fb78 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Tue, 10 Sep 2024 14:48:19 +0200 Subject: [PATCH] fix: Remove black title bar icon placeholder for now --- plugins/bundled/source/window_decoration.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/bundled/source/window_decoration.cpp b/plugins/bundled/source/window_decoration.cpp index b0ddaab..ffddd0a 100644 --- a/plugins/bundled/source/window_decoration.cpp +++ b/plugins/bundled/source/window_decoration.cpp @@ -371,8 +371,9 @@ namespace fene::plugin::bundled { if (FenestraManager::System::isBorderlessWindowModeEnabled()) { #if defined(OS_WINDOWS) - ImGui::SetCursorPosX(5_scaled); - ImGui::Image(s_logoTexture, ImVec2(menuBarHeight, menuBarHeight)); + // TODO: Add a way to specify the logo image + // ImGui::SetCursorPosX(5_scaled); + // ImGui::Image(s_logoTexture, ImVec2(menuBarHeight, menuBarHeight)); ImGui::SetCursorPosX(5_scaled); ImGui::InvisibleButton("##logo", ImVec2(menuBarHeight, menuBarHeight)); if (ImGui::IsItemHovered() && ImGui::IsAnyMouseDown())