mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Hide the Tags frame on Edit Mode
This commit is contained in:
parent
459e603976
commit
4b9ef5d375
@ -311,7 +311,7 @@ void IdEditDialog::loadExistingId(const RsGxsIdGroup& id_group)
|
||||
}
|
||||
|
||||
// RecognTags.
|
||||
ui->frame_Tags->setHidden(false);
|
||||
ui->frame_Tags->setHidden(true);
|
||||
|
||||
loadRecognTags();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user