claude-code - 💡(How to fix) Fix [BUG] Send button (submit icon) missing from input field in Desktop app (Windows) [1 comments, 2 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#46937Fetched 2026-04-12 13:29:14
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Timeline (top)
labeled ×4commented ×1unlabeled ×1

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?

The send/submit button (small square icon) next to the input field has disappeared in the Claude Code Desktop app on Windows. The only way to send a message is by pressing Enter. The microphone icon is visible, but no send button appears when text is typed in the input field.

See attached screenshot showing the missing button area (red box highlights where the send button should be, but only the microphone/stop icon is visible).

What Should Happen?

A send button should appear next to the microphone icon when text is entered in the input field, allowing users to submit messages by clicking it.

Error Messages/Logs

Steps to Reproduce

  1. Open Claude Code Desktop app on Windows 11
  2. Type any text in the input field
  3. Notice that no send button appears — only the microphone icon is visible
  4. Messages can only be sent via the Enter key

Claude Model

None

Is this a regression?

I don't know

Last Working Version

No response

Claude Code Version

Latest (always kept up to date)

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

Other

Additional Information

  • Terminal: Claude Code Desktop App (Windows native app, not CLI in a terminal)
  • OS: Windows 11 Home 10.0.26200
  • Model: Opus 4.6 (1M context)
  • Plan: Max plan

The stop button (circle with square inside) appears correctly when Claude is processing a message, but the send button does not appear when text is typed in the input field.

extent analysis

TL;DR

The send button's disappearance in the Claude Code Desktop app on Windows may be resolved by investigating and adjusting the app's UI rendering logic, specifically for the input field and send button.

Guidance

  • Verify that the send button's visibility is correctly toggled based on the input field's state, ensuring that the button appears when text is entered.
  • Check the app's UI layout and styling to ensure that the send button is not being overlapped or hidden by other elements.
  • Investigate potential platform-specific issues, such as Windows 11 compatibility problems, that might be affecting the send button's visibility.
  • Review the app's code for any recent changes that might have introduced this issue, and consider reverting those changes if necessary.

Example

No specific code snippet can be provided without more information about the app's codebase.

Notes

The issue may be related to a specific combination of factors, including the Windows 11 operating system, the Claude Code Desktop app, and the Opus 4.6 model. Further investigation is needed to determine the root cause.

Recommendation

Apply a workaround, such as using the Enter key to send messages, until the underlying issue can be resolved, as the cause of the problem is not yet clear.

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