mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-22 07:41:20 -04:00
hide reputations which are not used yet (patch from sehraf
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7956 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d2c4c3bb09
commit
9e31d2714d
2 changed files with 5 additions and 1 deletions
|
@ -226,6 +226,10 @@ IdDialog::IdDialog(QWidget *parent) :
|
|||
|
||||
// load settings
|
||||
processSettings(true);
|
||||
|
||||
// hide reputation sice it's currently unused
|
||||
ui->reputationGroupBox->hide();
|
||||
ui->tweakGroupBox->hide();
|
||||
}
|
||||
|
||||
IdDialog::~IdDialog()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue