mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 13:38:31 +00:00
On Linux, verify that Cursor IDE is actually installed before importing tokens. Previously, leftover config files from a removed Cursor installation would trigger a false positive, creating a phantom Cursor provider connection. The check uses `which cursor` and falls back to checking for a .desktop file in ~/.local/share/applications/ Fixes #313 Co-authored-by: Ibrahim Ryan <ryan@nuevanext.com> Made-with: Cursor