Log filter: match case-insensitively

The Log window's filter used a case-sensitive substring match, so "error" missed
"ERROR" -- inconsistent with the rest of the app. Match case-insensitively.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-24 02:22:39 +02:00
parent b96a559500
commit e5668d9c48
2 changed files with 22 additions and 2 deletions

View File

@@ -117,7 +117,6 @@ UX:
- **Auto re-attach control** — keep it visible/controllable when not connected (today it can be
enabled-but-invisible).
- **Tooltips on disabled controls** — explain *why* Inject/subsystem controls are disabled.
- **Case-insensitive log filter.**
Code quality:
- **Stale comments** — `hook_guard.hpp` top block (still the old destroy-on-remove model),