mirror of
https://github.com/KDE/krfb
synced 2026-07-01 15:31:19 -07:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user