Cryptully icon indicating copy to clipboard operation
Cryptully copied to clipboard

Setting a Default Server

Open melvyn2 opened this issue 7 years ago • 2 comments

Is there an easy way to set the default server (and port) so that I don't need to use command line options? This is on mac.

melvyn2 avatar Jan 28 '18 17:01 melvyn2

If I remember correctly, the server and port are only exposed through the command line arguments and not the login UI. I think because I wanted to keep the login UI as straightforward as possible inline with the spirit of the project of making it easy to use. That said, a toggle switch or something added to the login form that shows textareas for the server could be useful.

shanet avatar Jan 30 '18 21:01 shanet

Ok; it should be simple enough with pyqt4 to change the username dialog to show fields for server and port on a button press. Their text() values could be preset, so you can continue without the user editing or even opening them (the lineEdits). The button would only make them visible, them already being there and hidden. Or they could be shown all the time.

melvyn2 avatar Jan 31 '18 01:01 melvyn2