mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-09 15:54:47 -07:00
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:
parent
544c66edde
commit
c1d25bf58b
3 changed files with 5 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue