[Lint] Added InsertBraces to linter to unify codebase to one standard
This commit is contained in:
@@ -589,8 +589,9 @@ void GamercardUI::OnDraw(ImGuiIO& io) {
|
||||
dialog_open = false;
|
||||
}
|
||||
if (!is_valid_gamertag) {
|
||||
if (ImGui::IsItemHovered(ImGuiHoveredFlags_ForTooltip))
|
||||
if (ImGui::IsItemHovered(ImGuiHoveredFlags_ForTooltip)) {
|
||||
ImGui::SetTooltip("Saving disabled! Invalid gamertag provided.");
|
||||
}
|
||||
}
|
||||
|
||||
ImGui::EndDisabled();
|
||||
|
||||
Reference in New Issue
Block a user