Skip to content

Commit

Permalink
Update Freecam integration tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieEldridge committed Oct 14, 2024
1 parent 3fc685c commit 56c3bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M2TWEOP Code/M2TWEOP GUI/modSettingsUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ namespace modSettingsUI

// Freecam Settings
ImGui::Checkbox("Freecam Integration", &dataG::data.gameData.freecamIntegration);
if (ImGui::IsItemHovered(ImGuiHoveredFlags_AllowWhenDisabled)) { ImGui::SetTooltip("Automatically start and close the Freecam application when the game is launched");}
if (ImGui::IsItemHovered(ImGuiHoveredFlags_AllowWhenDisabled)) { ImGui::SetTooltip("Automatically start and close the Freecam application when the game is launched\nTo configure the tool, look in eopData/resources/tools/freecam/config.txt");}
}

void drawModSettingsUI(bool* isOpen)
Expand Down

0 comments on commit 56c3bf3

Please sign in to comment.