mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-05 09:35:39 -05: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
|
else
|
||||||
{
|
{
|
||||||
mGXSNickname = ui.node_input->text();
|
mGXSNickname = ui.name_input->text();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!mGXSNickname.isEmpty())
|
if (!mGXSNickname.isEmpty())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user