diff --git a/Error-Handling.md b/Error-Handling.md index 5cc62bf..8216507 100644 --- a/Error-Handling.md +++ b/Error-Handling.md @@ -12,8 +12,8 @@ Typical scenarios: - If you can configure your assert to be ignored, recover will generally be performed and the error tooltip will be visible. #### (2) Programmer seats: if you disable Asserts (either via `ImGuiErrorFlags_NoAssert` either via a disabled IM_ASSERT macros) but keep Tooltips: -- Recoverable errors will be visible in a tooltip. -- Programmer is prompted to press F1 to enable asserts. +- Recoverable errors will be visible in an error tooltip. +- The error tooltip will allow user to enable asserts. - THIS IMPLICITLY RELY ON RECOVERY BEING FUNCTIONAL. A FEW CASES MIGHT PROBABLY STILL CRASH/ASSERTS. #### (3) Non-programmer seats: what you might want to setup: