| 214 | } |
| 215 | |
| 216 | void MainAppWindow::ResetSettingsRequested() |
| 217 | { |
| 218 | auto &manager = m_App.GetConfigManager(); |
| 219 | manager.GetConfig() = { }; |
| 220 | |
| 221 | manager.UpdateVerbosity(); |
| 222 | m_App.GetWorker().ConfigurationChanged(); |
| 223 | ConfigurationChanged(); |
| 224 | } |
| 225 | |
| 226 | void MainAppWindow::DisableSavingSettingsChanged(bool disabled) noexcept |
| 227 | { |
no test coverage detected