mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-12 17:29:31 -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->setEnabled(false);
|
||||
ui.signBox->hide();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue