Loading src/Form/QwebircConfigureForm.php +1 −0 Original line number Diff line number Diff line Loading @@ -141,6 +141,7 @@ class QwebircConfigureForm extends ConfigFormBase { $qwebirc_config = $this->config('qwebirc.settings'); $qwebirc_config ->set('qwebirc_page_title', $form_state->getValue('qwebirc_page_title')) ->set('qwebirc_welcome', $form_state->getValue('qwebirc_welcome')) ->set('qwebirc_channel', $form_state->getValue('qwebirc_channel')) ->set('qwebirc_width', $form_state->getValue('qwebirc_width')) Loading Loading
src/Form/QwebircConfigureForm.php +1 −0 Original line number Diff line number Diff line Loading @@ -141,6 +141,7 @@ class QwebircConfigureForm extends ConfigFormBase { $qwebirc_config = $this->config('qwebirc.settings'); $qwebirc_config ->set('qwebirc_page_title', $form_state->getValue('qwebirc_page_title')) ->set('qwebirc_welcome', $form_state->getValue('qwebirc_welcome')) ->set('qwebirc_channel', $form_state->getValue('qwebirc_channel')) ->set('qwebirc_width', $form_state->getValue('qwebirc_width')) Loading