Commit 9c2f94b
authored
fix(site): remove erroneous "install Cursor" notification for Cursor Desktop (#20875)
### Summary
This change removes the erroneous “Install Cursor” notification in the
desktop environment when Cursor is already installed. The issue is the
timeout of 500ms was simply too short for Cursor Desktop to respond in
time, so I increased it to 1500ms. This seems to consistently work, but
it could easily be increased to 2000ms to be safe.
### Issue
Fixes #20289
### Testing
- Verified that when Cursor is installed, the notification no longer
appears
### QA
#### Before
https://github.com/user-attachments/assets/facd2e74-6eb7-47ac-935d-7b11974648a0
#### After
https://github.com/user-attachments/assets/ced817d8-ca0c-428c-8436-5f30ffc6134b1 parent 6238a99 commit 9c2f94b
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