mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 19:26:31 -04:00
Hide the Tags frame on Edit Mode
This commit is contained in:
parent
459e603976
commit
4b9ef5d375
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ void IdEditDialog::loadExistingId(const RsGxsIdGroup& id_group)
|
||||||
}
|
}
|
||||||
|
|
||||||
// RecognTags.
|
// RecognTags.
|
||||||
ui->frame_Tags->setHidden(false);
|
ui->frame_Tags->setHidden(true);
|
||||||
|
|
||||||
loadRecognTags();
|
loadRecognTags();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue