mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-27 00:53:55 -07:00
Updater for websockets (#3581)
* Dont clobber password when pulling down server list. * Force download server list on client update.
This commit is contained in:
parent
1b3da22dd7
commit
d519f992d2
5 changed files with 39 additions and 25 deletions
|
|
@ -58,10 +58,7 @@ public:
|
|||
bool updateExistingServerWithoutLoss(QString saveName,
|
||||
QString serv = QString(),
|
||||
QString port = QString(),
|
||||
QString site = QString(),
|
||||
QString username = QString(),
|
||||
QString password = QString(),
|
||||
bool savePassword = true);
|
||||
QString site = QString());
|
||||
void setClearDebugLogStatus(bool abIsChecked);
|
||||
bool getClearDebugLogStatus(bool abDefaultValue);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue