Add /servatrice to websocket URL to help out reverse proxies. (#3551)

Remove unused define
Use websocket port from default servers if given.
This commit is contained in:
Rob Blanckaert 2019-02-03 13:50:19 -08:00 committed by ctrlaltca
parent 544c66edde
commit c1d25bf58b
3 changed files with 5 additions and 3 deletions

View file

@ -14,8 +14,6 @@
#include <QPushButton>
#include <QRadioButton>
#define PUBLIC_SERVERS_URL "https://github.com/Cockatrice/Cockatrice/wiki/Public-Servers"
DlgConnect::DlgConnect(QWidget *parent) : QDialog(parent)
{
previousHostButton = new QRadioButton(tr("Known Hosts"), this);