mirror of
https://github.com/Ed94/Cog.git
synced 2026-08-04 14:48:45 +00:00
Add setting for transparent mode
This commit is contained in:
@@ -142,6 +142,10 @@ void FCogWindow_Settings::RenderContent()
|
|||||||
//-------------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------------
|
||||||
ImGui::Checkbox("Compact Mode", &Config->bCompactMode);
|
ImGui::Checkbox("Compact Mode", &Config->bCompactMode);
|
||||||
FCogWindowWidgets::ItemTooltipWrappedText("Enable compact mode.");
|
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);
|
ImGui::Checkbox("Show Windows In Main Menu", &Config->bShowWindowsInMainMenu);
|
||||||
|
|||||||
Reference in New Issue
Block a user