How to unhide menu bar?
Accidentally, the menu bar disappeared, and despite using Toggle Menu Bar via Ctrl + P, it isn't unhided!
same issue in my system as well after the new updates
EDIT: i have title bar style set to native
I fixed the issue with a plan B solution:
I removed the config folder of the Cursor as follows and initialized it again:
cd ~/.config/
rm -rf Cursor
it is still not visible after removing config folder in my case
@BikashWhitehat did you try with "ctrl + p" then type "Toggle Menu Bar"?
@BikashWhitehat did you try with "ctrl + p" then type "Toggle Menu Bar"?
done that as well, doesn't work
No idea, in my case, I deleted the .Appimage file, downloaded that again, removed that config, then in the new run it was fixed, however, all of my settings had been removed
Check the following flags in ~/.config/Cursor/User/settings.json:
-
window.customTitleBarVisibility -
window.titleBarStyle -
window.menuBarVisibility
If any of these flags are set, try removing them. If the issue persists, try removing the other flags one by one, or remove the file completely. This solved my issue.
worked for me too, @fazalqburst. TYVM