| 224 | } |
| 225 | |
| 226 | void MainAppWindow::DisableSavingSettingsChanged(bool disabled) noexcept |
| 227 | { |
| 228 | m_App.GetConfigManager().GetConfig().DisableSaving = disabled; |
| 229 | } |
| 230 | |
| 231 | void MainAppWindow::ResetDynamicStateRequested() |
| 232 | { |
no test coverage detected