mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-18 18:12:52 -05:00
added one flag for requiring whitelist clearance before connect. Added GUI checkboxes to set it. Still needs the IP in connect wizard.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8339 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8e0be294ee
commit
ab62eaee32
6 changed files with 36 additions and 4 deletions
|
|
@ -55,6 +55,8 @@ ServicePermissionDialog::ServicePermissionDialog() :
|
|||
mColumns[column] = RS_NODE_PERM_DIRECT_DL;
|
||||
column = ui->servicePermissionList->addColumn(tr("Auto-download recommended files"));
|
||||
mColumns[column] = RS_NODE_PERM_ALLOW_PUSH;
|
||||
column = ui->servicePermissionList->addColumn(tr("Require whitelist"));
|
||||
mColumns[column] = RS_NODE_PERM_REQUIRE_WL;
|
||||
|
||||
ui->servicePermissionList->start();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue