[UI] Toggle sidebar button

Describe the Bug

after upgrade to v1.3.5 (Universal)
there is a button Toggle sidebar
when I click it, it move to left behind close window and never come back

Steps to Reproduce

  1. upgrade to v1.3.5
  2. there is a button on the top left
  3. click it

Expected Behavior

I think is a button doing command+B action.
maybe put this button in another place, or don’t move when click it.

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.3.5 (Universal)
VSCode Version: 1.99.3
Commit: 9f33c2e793460d00cf95c06d957e1d1b8135fad0
Date: 2025-07-30T00:25:11.596Z
Electron: 34.5.1
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Darwin arm64 24.2.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

1 Like

Hey, thanks for the report. Do you have the native titlebar enabled? I tried to reproduce this but couldn’t. Could you also share your Cursor window settings?

I think I’m using macOS native title bar.
I didn’t setting anything.
how to show you my cursor window settings?

my full screen looks like this.

btw there is a toggle side bar button on the top right tool bar.
is it a button doing same thing?

Settings in your settings.json related to the window. No, this button opens the list of agents.

there’s nothing related to window in my user settings.

in my project settings have some color setting witch generate by peacock extension.

{
    "workbench.colorCustomizations": {
        "activityBar.activeBackground": "#9ca5ca",
        "activityBar.background": "#9ca5ca",
        "activityBar.foreground": "#15202b",
        "activityBar.inactiveForeground": "#15202b99",
        "activityBarBadge.background": "#a65968",
        "activityBarBadge.foreground": "#e7e7e7",
        "commandCenter.border": "#15202b99",
        "sash.hoverBorder": "#9ca5ca",
        "statusBar.background": "#7b87b8",
        "statusBar.foreground": "#15202b",
        "statusBarItem.hoverBackground": "#5a69a6",
        "statusBarItem.remoteBackground": "#7b87b8",
        "statusBarItem.remoteForeground": "#15202b",
        "titleBar.activeBackground": "#7b87b8",
        "titleBar.activeForeground": "#15202b",
        "titleBar.inactiveBackground": "#7b87b899",
        "titleBar.inactiveForeground": "#15202b99"
    },
    "peacock.color": "#7B87B8"
}

I remove this file disabled extension and reload window, the toggle button is still behind close button.

maybe you need my mac version?

Mac mini 2024
Apple M4
16G RAM
OS: 15.2(24C101)

Oh, sorry, I didn’t notice in your previous screenshot that it seems you don’t have a native titlebar. But the problem might be with one of the extensions. Try booting in safe mode using this command in the terminal: cursor --disable-extensions. You can also open this sidebar using Cmd + Shift + S.

forgot to mention.
cmd + shift + S have the same keybinding with Save As

so I reassign to ctrl + option + cmd + m witch is unique keybinding.

after all.

open cursor by cursor --disable-extensions or use ctrl + option + cmd + m both not working.

where should this agent list shows up?

I notice that in keybinding page it says Toggle Background Agents Sidebar

I’m not using background agents, is that the problem?

yes it is.
after I enabled background agents.

the list shows up.
the button is at the right place.

everything working fine.

thank you so much.

maybe we can hide the little button when user is not enable background agent?

Thank you for the additional info, it will really help us. I think you’re right, hiding the button is a great option.

1 Like

Also for linux (ubuntu specifically), clicking that button does nothing at all.

Just ran into this and posted a reply in a related topic, but if you go to Cursor Settings > Beta and toggle Background Agent, then the Toggle Sidebar button is clickable again. Then you can click it to hide the Background Agent pane, then toggle Background Agent off again.

Hey, thanks for the info. Which Linux distribution are you using? Does the shortcut Ctrl + Shift + S open this panel?

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.