- Notifications
You must be signed in to change notification settings - Fork1.1k
Commit9c2f94b
authored
fix(site): remove erroneous "install Cursor" notification for Cursor Desktop (#20875)
### SummaryThis change removes the erroneous “Install Cursor” notification in thedesktop environment when Cursor is already installed. The issue is thetimeout of 500ms was simply too short for Cursor Desktop to respond intime, so I increased it to 1500ms. This seems to consistently work, butit could easily be increased to 2000ms to be safe.### IssueFixes#20289### Testing- Verified that when Cursor is installed, the notification no longerappears### QA#### Beforehttps://github.com/user-attachments/assets/facd2e74-6eb7-47ac-935d-7b11974648a0#### Afterhttps://github.com/user-attachments/assets/ced817d8-ca0c-428c-8436-5f30ffc6134b1 parent6238a99 commit9c2f94b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments
Comments
(0)