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
[x] Remember button is added to iced UI type
[x] Remember button is added to native UI type
[x] Connecting with remember checked persists the connection URL to a file
[x] Starting the client again will load the connection URL from the persisted file
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