Make games created reg-only by default.
This commit is contained in:
parent
4fbd6e0a9f
commit
1dd7695e9a
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ DlgCreateGame::DlgCreateGame(AbstractClient *_client, int _roomId, const QMap<in
|
|||
|
||||
onlyBuddiesCheckBox = new QCheckBox(tr("Only &buddies can join"));
|
||||
onlyRegisteredCheckBox = new QCheckBox(tr("Only ®istered users can join"));
|
||||
onlyRegisteredCheckBox->setChecked(true);
|
||||
|
||||
QGridLayout *joinRestrictionsLayout = new QGridLayout;
|
||||
joinRestrictionsLayout->addWidget(passwordLabel, 0, 0);
|
||||
|
|
Loading…
Reference in a new issue