claude-code - 💡(How to fix) Fix [Feature Request] Add GUI menu option to restart Claude Desktop [2 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#49161Fetched 2026-04-17 08:49:09
View on GitHub
Comments
2
Participants
2
Timeline
3
Reactions
0
Author
Timeline (top)
commented ×2labeled ×1
RAW_BUFFERClick to expand / collapse

Currently, restarting Claude Desktop on Windows requires right-clicking the system tray icon and selecting Quit, then relaunching manually. This is friction-heavy, especially when you need to pick up config changes or clear a stuck state.

Request: Add a restart option accessible from within the app itself, e.g.:

  • A File → Restart menu item
  • A right-click option in the app's own menu/header
  • Or a keyboard shortcut

Related: #34320 requests a /restart chat command — this is complementary but distinct (GUI-level, not chat-level).

extent analysis

TL;DR

Adding a restart option within the Claude Desktop application, such as a menu item or keyboard shortcut, could simplify the restart process for users.

Guidance

  • Consider adding a File → Restart menu item to provide an intuitive way for users to restart the application without having to use the system tray icon.
  • A right-click option in the app's own menu/header could also be a convenient alternative for users who prefer context menu actions.
  • Implementing a keyboard shortcut for restart, such as Ctrl+R, could further enhance user experience by providing a quick and easy way to restart the application.
  • When designing the restart feature, ensure it properly handles saving any unsaved changes or prompting the user to save before restarting, to prevent data loss.

Example

No specific code example is provided due to the lack of technical implementation details in the issue.

Notes

The implementation details of the restart feature, such as how it handles ongoing processes or open files, are not specified and would need to be considered in the development process.

Recommendation

Apply workaround: Implementing an in-app restart option, such as a menu item or keyboard shortcut, would directly address the user's need for a more convenient restart process without relying on external actions like using the system tray.

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