mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-23 14:41:04 -04:00
forum post dialog - hide obsolete sign option
This commit is contained in:
parent
711e38bf6c
commit
d36096896e
1 changed files with 1 additions and 0 deletions
|
@ -257,6 +257,7 @@ void CreateGxsForumMsg::loadFormInformation()
|
||||||
{
|
{
|
||||||
ui.signBox->setChecked(true);
|
ui.signBox->setChecked(true);
|
||||||
ui.signBox->setEnabled(false);
|
ui.signBox->setEnabled(false);
|
||||||
|
ui.signBox->hide();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue