PocketRelay / Client

Client for connecting to Pocket Relay servers
https://pocket-relay.pages.dev/
MIT License
5 stars 3 forks source link

URL Saving #7

Closed jacobtread closed 1 year ago

jacobtread commented 1 year ago

Description

Entering the server connection URL every time can be slow and annoying this issue solves this by adding a "Remember" address checkbox. This checkbox when checked if a successful connection is made the connection URL will be saved to a file next to the executable and this file will be loaded on future launches.

Checklist