Skip to content

Commit

Permalink
user block
Browse files Browse the repository at this point in the history
check the block anon by default in form
  • Loading branch information
benapetr committed Jan 7, 2014
1 parent 6bc47de commit 7697bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions huggle/blockuser.cpp
Expand Up @@ -49,6 +49,7 @@ void BlockUser::SetWikiUser(WikiUser *User)
{
this->ui->checkBox_5->setEnabled(true);
this->ui->comboBox_2->lineEdit()->setText(Huggle::Configuration::HuggleConfiguration->LocalConfig_BlockTimeAnon);
this->ui->checkBox_5->setChecked(true);
} else
{
this->ui->comboBox_2->lineEdit()->setText(Huggle::Configuration::HuggleConfiguration->LocalConfig_BlockTime);
Expand Down

0 comments on commit 7697bfc

Please sign in to comment.