claude-code - 💡(How to fix) Fix Two toggle switches without labels in Desktop App settings [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#49165Fetched 2026-04-17 08:49:02
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Timeline (top)
labeled ×4

Error Message

Error Messages/Logs

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

In the Claude Code Desktop App (Windows), under Settings > Claude Code, the "Desktop-App" section contains two toggle switches that have no label text, no description, and no tooltip. It is impossible to tell what they control.

The toggles above in the "Claude Code im Web" section ("Pull Requests automatisch erstellen" / "Als Entwurf erstellen") display correctly with full labels.

The two blank toggles cannot be highlighted or selected with the mouse — they are completely empty.

What Should Happen?

Both Both toggles in the "Desktop-App" section should display a visible label and a short description explaining what they control, just like the toggles in the "Claude Code im Web" section above.toggles in the "Desktop-App" section should display a visible label and a short description explaining what they control, just like the toggles in the "Claude Code im Web" section above.

Error Messages/Logs

Steps to Reproduce

  1. Op1. Open Claude Code Desktop App (Windows 11)
    1. Go to Settings > Claude Code
    1. Scroll down to the "Desktop-App" section
    1. Observe two toggle switches with no labels or descriptionsen Claude Code Desktop App (Windows 11)
  2. Go to Settings > Claude Code
  3. Scroll down to the "Desktop-App" section
  4. Observe two toggle switches with no labels or descriptions

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

2.1.92.

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

App lApp language is set to German. The issue might be related to localization — possibly missing translation strings for these two settings.anguage is set to German. The issue might be related to localization — possibly missing translation strings for these two settings.

extent analysis

TL;DR

The issue can likely be resolved by adding missing translation strings for the two toggle switches in the "Desktop-App" section for the German language.

Guidance

  • Verify that the translation strings for the toggle switches are present in the English language version to confirm that the issue is related to localization.
  • Check the code for the "Desktop-App" section to see if the labels and descriptions are being populated dynamically from a translation file or database.
  • Investigate the possibility of adding temporary hardcoded labels and descriptions for the toggle switches as a workaround until the translation strings are added.
  • Review the localization process for the Claude Code Desktop App to ensure that all translation strings are being properly imported and applied.

Example

No code snippet can be provided without more information about the codebase, but the fix would likely involve adding the missing translation strings to the German language file.

Notes

The issue may not be limited to the German language, and it's possible that other languages are also missing translation strings for these settings. The fix should be verified on multiple languages to ensure that the issue is fully resolved.

Recommendation

Apply workaround by adding temporary hardcoded labels and descriptions for the toggle switches until the translation strings are added, as this will allow users to understand the purpose of the settings while a more permanent fix is being developed.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Two toggle switches without labels in Desktop App settings [1 participants]