Hide the Tags frame on Edit Mode

This commit is contained in:
defnax 2020-10-21 22:26:40 +02:00
parent 459e603976
commit 4b9ef5d375

View File

@ -311,7 +311,7 @@ void IdEditDialog::loadExistingId(const RsGxsIdGroup& id_group)
}
// RecognTags.
ui->frame_Tags->setHidden(false);
ui->frame_Tags->setHidden(true);
loadRecognTags();
}