suggest remote control by default, since it is what almost everybody wants (and some admins seem to have a problem with telling users to click on it)

svn path=/trunk/kdenetwork/krfb/; revision=238857
This commit is contained in:
Tim Jansen
2003-07-23 21:19:14 +00:00
parent 4e0f93214f
commit 31bacca783

View File

@@ -731,7 +731,7 @@ enum rfbNewClientAction RFBController::handleNewClient(rfbClientPtr cl)
.arg(remoteIp));
dialog.ipLabel->setText(remoteIp);
dialog.allowRemoteControlCB->setChecked(false);
dialog.allowRemoteControlCB->setChecked(true);
dialog.setFixedSize(dialog.sizeHint());
dialog.show();
return RFB_CLIENT_ON_HOLD;