mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-20 06:50:40 -04:00
Uncheck the sign box by default for anonymous forums.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3963 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
35c97a6f65
commit
73b443ddf6
1 changed files with 2 additions and 0 deletions
|
@ -130,6 +130,8 @@ void CreateForumMsg::newMsg()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
/* Uncheck sign box by default for anonymous forums */
|
||||||
|
ui.signBox->setChecked(false);
|
||||||
ui.signBox->setEnabled(true);
|
ui.signBox->setEnabled(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue