Skip to content

fix(ui): Enabled/Disabled on Windows AI tab + stop clipping Recommended - #49

Merged
carterscode merged 1 commit into
mainfrom
fix/ai-labels-and-recommended-wrap
Jun 19, 2026
Merged

fix(ui): Enabled/Disabled on Windows AI tab + stop clipping Recommended#49
carterscode merged 1 commit into
mainfrom
fix/ai-labels-and-recommended-wrap

Conversation

@carterscode

Copy link
Copy Markdown
Owner

Fixes

  1. Windows AI tab vocabulary — the Want radios used On / Off while every other tab uses Enabled / Disabled (and the Current line already said Enabled/Disabled). Now consistent: Enabled/Disabled, and Default: Enabled.
  2. Recommended text was clipped on the Windows services, Global gaming, Privacy, and CPU / Power tabs — the Current/Default/Recommended line was a non-wrapping horizontal StackPanel, so the last item ran off the edge (worst on long lines like Visual effects' "Default: Let Windows choose Gaming: Best performance").

Changes

  • Converted all 8 Current/Default/Recommended rows to WrapPanel, so the labels wrap to the next line instead of clipping at any window size.
  • Bumped the default window width 820 → 900 so the common case stays on a single line.

Build clean (warnings = errors); 475 tests pass.

🤖 Generated with Claude Code

- Windows AI "Want" radios now read Enabled/Disabled (and Default: Enabled) to
  match every other tab; the Current line already used Enabled/Disabled.
- The Current/Default/Recommended line is now a WrapPanel instead of a
  non-wrapping horizontal StackPanel, so the Recommended value wraps to the next
  line instead of being clipped on the Windows services, Global gaming, Privacy,
  and CPU/Power tabs. Default window width bumped 820 -> 900 so the common case
  stays on one line.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@carterscode
carterscode merged commit 3a2dbaa into main Jun 19, 2026
5 checks passed
@carterscode
carterscode deleted the fix/ai-labels-and-recommended-wrap branch June 19, 2026 04:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant