| 224 | } |
| 225 | |
| 226 | DWORD get_custom_gui_message_id(CustomGuiMessage message_id) { return custom_gui_message_ids[static_cast<int>(message_id)]; } |
| 227 | |
| 228 | void switch_auto_check_text() { |
| 229 | auto mut = settings->modify(SettingsModificationStyle::ignore_file_errors); |
no outgoing calls
no test coverage detected