mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 00:19:25 -05:00
id edit dialog - tag functions hidden (unfinished)
This commit is contained in:
parent
c9ddd04925
commit
fc0cfc0f2d
@ -93,6 +93,9 @@ IdEditDialog::IdEditDialog(QWidget *parent) :
|
||||
|
||||
mIdQueue = new TokenQueue(rsIdentity->getTokenService(), this);
|
||||
ui->pushButton_Tag->setEnabled(false);
|
||||
ui->pushButton_Tag->hide(); // unfinished
|
||||
ui->plainTextEdit_Tag->hide();
|
||||
ui->label_TagCheck->hide();
|
||||
}
|
||||
|
||||
IdEditDialog::~IdEditDialog()
|
||||
|
Loading…
Reference in New Issue
Block a user