Memories toggle no updating in UI

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

In ‘Rules, Memories, Commands’ when clicking the Memories toggle to enable the feature does enable as expected (Saved Memories pops up underneath the toggle) but the actual toggle visual doesn’t update

Steps to Reproduce

Slide memories toggle from left to right (enable). Saved Memories is now showing, however the toggle itself does not slide right or turn green.

Expected Behavior

Slide right and show green to indicate enabled (I clicked it several times before I realized it was working).

Screenshots / Screen Recordings

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.0.75 (system setup)
VSCode Version: 1.99.3
Commit: 9e7a27b76730ca7fe4aecaeafc58bac1e2c82120
Date: 2025-11-12T17:34:21.472Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Windows_NT x64 10.0.26200

For AI issues: which model did you use?

I have Ask/gpt-5-codex selected and running in background, but not sure it’s related.

For AI issues: add Request ID with privacy disabled

d547c726-4f5e-4447-afc8-11c5c4d747be

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. I can reproduce the issue. Here’s what’s happening:

When you first open the Memories settings page, Cursor checks your Privacy Mode status and fetches your Memories from cloud storage. This async operation causes a delay in the UI rendering, so the toggle may look like it’s not working - even though it’s actually enabling/disabling the feature.

Workaround: navigate to another settings page, then return to Memories. The toggle should show the correct green state.

The functionality is working correctly, it’s just a visual timing issue. I’ll pass this to the team - thanks for pointing it out.

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