fixed bug causing lack of passwd request on group edit

This commit is contained in:
csoler 2021-02-10 21:47:06 +01:00
parent 499753f873
commit 43fbd6f76a
3 changed files with 3 additions and 1 deletions

View file

@ -637,7 +637,7 @@ void IdEditDialog::updateId()
RsGxsId keyId;
std::string gpg_password;
if(!mEditGroup.mPgpId.isNull())
if(mEditGroup.mPgpLinked)
{
std::string gpg_name = rsPeers->getGPGName(rsPeers->getGPGOwnId());
bool cancelled;