Add disableOnNumbers to settings reset

This commit is contained in:
Nymuxyzo 2025-06-23 21:44:26 +02:00
parent bd2bd0f33b
commit 5f62274f21
2 changed files with 50 additions and 2 deletions

View file

@ -751,6 +751,7 @@ pub fn apply_settings_to_builder(
builder.reset_min_word_len_two_typos();
builder.reset_exact_words();
builder.reset_exact_attributes();
builder.reset_disable_on_numbers();
}
Setting::NotSet => (),
}