mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-24 17:53:13 -05:00
set default value for circle distribution type
This commit is contained in:
parent
9c649aa58c
commit
4cf57d64d8
1 changed files with 2 additions and 0 deletions
|
|
@ -91,6 +91,8 @@ CreateCircleDialog::CreateCircleDialog()
|
|||
QObject::connect(ui.radioButton_Self, SIGNAL(toggled(bool)), this, SLOT(updateCircleType(bool))) ;
|
||||
QObject::connect(ui.radioButton_Restricted, SIGNAL(toggled(bool)), this, SLOT(updateCircleType(bool))) ;
|
||||
|
||||
ui.radioButton_Public->setChecked(true) ;
|
||||
|
||||
mIsExistingCircle = false;
|
||||
mIsExternalCircle = true;
|
||||
mClearList = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue