In extensions like Github Pull Requests, when you go to create a new issue, there is a check mark that usually would appear to complete the action. In cursor, I don’t see that check mark.
Another example is when leaving an empty commit message and pressing commit. This shows a temp file that would usually show a check mark in the IDE to save the message.
Steps to Reproduce
Make changes in any repository
Go to Source Control tab
Stage changes
Press Commit button without entering a message
Look at top right of window and see that there is no check mark.
Expected Behavior
Check mark should be present for entering message in COMMIT_EDITMSG and in NewIssue.md.
Thanks for the report. Can you please check if you’re still facing this issue on the latest version?
You can get the latest version from Download · Cursor
Good catch finding the action in the dropdown! That appears to be the current behavior - editor actions like “Accept Commit Message” are accessible via the dropdown menu in the top-right corner.
If you’d prefer to have certain icons visible directly in the toolbar, you can try right-clicking on the toolbar area or using “Configure Icon Visibility” (visible in your screenshot) to customize which actions appear prominently vs in the dropdown.
Let me know if that helps or if you’re looking for a different solution!