space-wizards / SS14.Launcher

Launcher for Space Station 14.
https://spacestation14.io
MIT License
34 stars 54 forks source link

"Remove Favorite" button only removes it visually #132

Open k3yw opened 6 months ago

k3yw commented 6 months ago

If you had server added to your favorites several times, removing them all from your favorites or keeping just one entry will still make the launcher query server multiple times

Here's how you replicate it:

  1. Add server multiple times to your favorites
    • For example: ss14://domain.com:1212, ss14://domain.com, ss14://ip:1212, ss14://subdomain.com, ss14://subdomain.com:1212
  2. Refresh the list
  3. Remove them all or keep just one
  4. Refresh the list again
  5. Watch your server's console report multiple queries at once instead of 0 or 1

image