Add setting for transparent mode

This commit is contained in:
Jakob Bouchard
2025-02-06 14:22:15 -05:00
parent 2765d07cb9
commit 7d76db3872
@@ -142,6 +142,10 @@ void FCogWindow_Settings::RenderContent()
//-------------------------------------------------------------------------------------------
ImGui::Checkbox("Compact Mode", &Config->bCompactMode);
FCogWindowWidgets::ItemTooltipWrappedText("Enable compact mode.");
//-------------------------------------------------------------------------------------------
ImGui::Checkbox("Transparent Mode", &Config->bTransparentMode);
FCogWindowWidgets::ItemTooltipWrappedText("Enable transparent mode.");
//-------------------------------------------------------------------------------------------
ImGui::Checkbox("Show Windows In Main Menu", &Config->bShowWindowsInMainMenu);