| 218 | } |
| 219 | |
| 220 | std::wstring_view Settings::get_dictionary_download_path() const { |
| 221 | return data.download_install_dictionaries_for_all_users ? data.hunspell_system_path : data.hunspell_user_path; |
| 222 | } |
| 223 | |
| 224 | void Settings::reset_hunspell_lang_to_default() { data.speller_language[SpellerId::hunspell] = default_language(SpellerId::hunspell); } |
| 225 |
no outgoing calls
no test coverage detected