| 239 | } |
| 240 | |
| 241 | void open_debug_log() { |
| 242 | ShellExecute(nullptr, L"open", get_debug_log_path().c_str(), nullptr, nullptr, SW_SHOW); |
| 243 | } |
| 244 | |
| 245 | void start_settings() { settings_dlg->do_dialog(); } |
| 246 |
nothing calls this directly
no test coverage detected