Open
Conversation
jakehwll
commented
Mar 26, 2026
Comment on lines
+179
to
+188
| if #available(macOS 26, *) { | ||
| alert.informativeText = """ | ||
| Coder Desktop is already running, but its menu bar item may be hidden or disabled. | ||
| """ | ||
| alert.addButton(withTitle: "Open Menu Bar Settings") | ||
| } else { | ||
| alert.informativeText = """ | ||
| Coder Desktop is already running, but there's no space in the menu bar for its icon. | ||
| """ | ||
| } |
Author
There was a problem hiding this comment.
This is pretty ugly and the wording has changed. Maybe should chat to Design team to ensure this is the correct direction to head.
ethanndickson
approved these changes
Mar 26, 2026
Comment on lines
+179
to
+181
| if #available(macOS 26, *) { | ||
| alert.informativeText = """ | ||
| Coder Desktop is already running, but its menu bar item may be hidden or disabled. |
Member
There was a problem hiding this comment.
I personally think the 'you can hold command' thing is worth continuing to mention because idk how you discover it
Suggested change
| if #available(macOS 26, *) { | |
| alert.informativeText = """ | |
| Coder Desktop is already running, but its menu bar item may be hidden or disabled. | |
| if #available(macOS 26, *) { | |
| alert.informativeText = """ | |
| Coder Desktop is already running, but its menu bar item may be disabled, or hidden due to a lack of space. | |
| You can rearrange icons by holding command. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull-request alerts users that they may have disabled the menubar icon for Coder Desktop when they attempt to use the application (but obviously only for newer versions of MacOS Tahoe and above). We've added a button to quickly link into the Settings page if they are on a version that supports this and moved the "Don't tell me again" to a checkbox so its not its own dedicated button now.
preview-coder-hidden-menubar-icon.mp4