mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -130,6 +130,8 @@ void CreateForumMsg::newMsg()
|
||||
}
|
||||
else
|
||||
{
|
||||
/* Uncheck sign box by default for anonymous forums */
|
||||
ui.signBox->setChecked(false);
|
||||
ui.signBox->setEnabled(true);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user