Fix to disable ispell

This commit is contained in:
iliajie
2023-06-20 23:37:36 +03:00
parent 629ca21a3a
commit 9ed3fd2237

View File

@@ -487,7 +487,7 @@ else {
0,
$wcols ? "" : "style='width:100%'"), 2);
}
if (&has_command("ispell")) {
if (&has_command("ispell") && $config{'ispell_enabled'}) {
print &ui_table_row(undef,
&ui_checkbox("spell", 1, $text{'reply_spell'}, 0), 2);
}