mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Defautl GXS nickname was built from location. Changed it to use profile name
This commit is contained in:
parent
b8260e5f5e
commit
6f7e656d6c
@ -443,7 +443,7 @@ void GenCertDialog::genPerson()
|
||||
}
|
||||
else
|
||||
{
|
||||
mGXSNickname = ui.node_input->text();
|
||||
mGXSNickname = ui.name_input->text();
|
||||
}
|
||||
|
||||
if (!mGXSNickname.isEmpty())
|
||||
|
Loading…
Reference in New Issue
Block a user